mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:27:16 -04:00
Change precision of CLP
This commit is contained in:
parent
b5bcef03ef
commit
2bbdb07329
@ -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