Change precision of CLP
This commit is contained in:
parent
b5bcef03ef
commit
2bbdb07329
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue