[minor] [fix]

This commit is contained in:
Nabin Hait 2013-08-06 15:28:55 +05:30
parent 0d462745d2
commit d9f4d174d1

View File

@ -25,6 +25,9 @@ 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) {