2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 15:18:24 +00:00

fix: Dont set unused fields

This commit is contained in:
Faris Ansari 2019-12-23 13:56:57 +05:30
parent 54616ef926
commit 802b134cd4

View File

@ -83,8 +83,6 @@ import router from './router';
bankName, bankName,
fiscalYearStart, fiscalYearStart,
fiscalYearEnd, fiscalYearEnd,
numberFormat: countryList[country]['number_format'],
symbol: countryList[country]['currency_symbol'],
currency: countryList[country]['currency'] currency: countryList[country]['currency']
}); });