get fiscal year fix

This commit is contained in:
Neil Trini Lasrado
2015-01-12 16:41:46 +05:30
parent 135fe3405f
commit 0866272ba1
2 changed files with 16 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ $.extend(erpnext, {
args: {
"company": company,
"date": date,
"verbose": '0'
"verbose": 0
},
callback: function(r) {
if (r.message) cur_frm.set_value("fiscal_year", r.message[0]);