Change precision of CLP
This commit is contained in:
parent
3c6caac28d
commit
3137b307ff
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