Update sales_invoice.js

This commit is contained in:
Nabin Hait 2015-04-28 13:56:48 +05:30
parent 872eaf1541
commit b1b95526c6

View File

@ -39,7 +39,6 @@ erpnext.accounts.SalesInvoiceController = erpnext.selling.SellingController.exte
refresh: function(doc, dt, dn) { refresh: function(doc, dt, dn) {
this._super(); this._super();
cur_frm.cscript.is_opening(doc, dt, dn);
cur_frm.dashboard.reset(); cur_frm.dashboard.reset();
if(doc.docstatus==1) { if(doc.docstatus==1) {