Update sales_invoice.js

This commit is contained in:
Nabin Hait 2013-08-06 15:26:52 +05:30
parent d5b06f78a5
commit 0d462745d2

View File

@ -25,10 +25,6 @@ erpnext.accounts.SalesInvoiceController = erpnext.selling.SellingController.exte
this.frm.set_df_property("debit_to", "print_hide", 0);
}
}
// if(this.frm.doc.is_pos && this.frm.doc.docstatus===0) {
// cur_frm.cscript.toggle_pos(true);
// }
},
refresh: function(doc, dt, dn) {