mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
[sales invoice] [update stock] allow update stock in sales invoice, without it being a pos invoice
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user