1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-31 16:05:00 +01:00

feat: funzione setCurrency()

This commit is contained in:
valentina 2025-01-15 08:51:36 +01:00
parent ca1c489580
commit 60db747783

View File

@ -196,6 +196,14 @@ class Translator extends Util\Singleton
return self::$currency;
}
public static function setCurrency($valuta)
{
self::$currency = $valuta;
return self::$currency;
}
/**
* Converte il numero dalla formattazione locale a quella inglese.
*