mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-14 15:57:41 +00:00
feat(accounting): show actual qty for warehouse in sales invoice
This commit is contained in:
@@ -32,6 +32,7 @@ erpnext.accounts.SalesInvoiceController = erpnext.selling.SellingController.exte
|
||||
me.frm.script_manager.trigger("is_pos");
|
||||
me.frm.refresh_fields();
|
||||
}
|
||||
erpnext.queries.setup_warehouse_query(this.frm);
|
||||
},
|
||||
|
||||
refresh: function(doc, dt, dn) {
|
||||
|
||||
Reference in New Issue
Block a user