[sales invoice] [update stock] allow update stock in sales invoice, without it being a pos invoice

This commit is contained in:
Anand Doshi
2013-05-30 17:43:30 +05:30
parent c6f890f892
commit ecc28f0311
12 changed files with 115 additions and 101 deletions

View File

@@ -89,7 +89,6 @@ erpnext.selling.SellingController = erpnext.TransactionController.extend({
company: me.frm.doc.company,
order_type: me.frm.doc.order_type,
is_pos: cint(me.frm.doc.is_pos),
update_stock: cint(me.frm.doc.update_stock),
}
},
callback: function(r) {