mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
Make country iso_3166_2 visible
This commit is contained in:
parent
669b02734a
commit
265c4ae35d
@ -24,6 +24,7 @@ class Country extends Eloquent
|
|||||||
'swap_currency_symbol',
|
'swap_currency_symbol',
|
||||||
'thousand_separator',
|
'thousand_separator',
|
||||||
'decimal_separator',
|
'decimal_separator',
|
||||||
|
'iso_3166_2',
|
||||||
'iso_3166_3',
|
'iso_3166_3',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user