mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:04:30 -04:00
Added Norske Kroner
This commit is contained in:
parent
3abb7dbbda
commit
cf3143eaec
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
class ConstantsSeeder extends Seeder
|
||||
{
|
||||
@ -130,6 +130,7 @@ class ConstantsSeeder extends Seeder
|
||||
Currency::create(array('name' => 'Israeli Shekel', 'code' => 'ILS', 'symbol' => 'NIS ', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'));
|
||||
Currency::create(array('name' => 'Singapore Dollar', 'code' => 'SGD', 'symbol' => 'SGD ', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'));
|
||||
Currency::create(array('name' => 'Swedish Krona', 'code' => 'SEK', 'symbol' => 'kr', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'));
|
||||
Currency::create(array('name' => 'Norske Kroner', 'code' => 'NOK', 'symbol' => 'kr', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'));
|
||||
|
||||
DatetimeFormat::create(array('format' => 'd/M/Y g:i a', 'label' => '10/Mar/2013'));
|
||||
DatetimeFormat::create(array('format' => 'd-M-Yk g:i a', 'label' => '10-Mar-2013'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user