commit | d9f4d174d10724b66477acdaacdfd9074d360514 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Aug 06 15:28:55 2013 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Aug 06 15:28:55 2013 +0530 |
tree | 42752dd18ead6a7862656c7d5f041f46995528ac | |
parent | 0d462745d28cf1a940350c9f271786d2119233b6 [diff] |
[minor] [fix]
diff --git a/accounts/doctype/sales_invoice/sales_invoice.js b/accounts/doctype/sales_invoice/sales_invoice.js index 55460c4..bc36f58 100644 --- a/accounts/doctype/sales_invoice/sales_invoice.js +++ b/accounts/doctype/sales_invoice/sales_invoice.js
@@ -25,6 +25,9 @@ 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) {