mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change precision of CLP
This commit is contained in:
parent
3c6caac28d
commit
3137b307ff
@ -84,6 +84,7 @@ class CurrenciesSeeder extends Seeder
|
||||
if ($record) {
|
||||
$record->name = $currency['name'];
|
||||
$record->symbol = $currency['symbol'];
|
||||
$record->precision = $currency['precision'];
|
||||
$record->thousand_separator = $currency['thousand_separator'];
|
||||
$record->decimal_separator = $currency['decimal_separator'];
|
||||
if (isset($currency['swap_currency_symbol'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user