aii: fixes in stock reconciliation
This commit is contained in:
parent
787c02ee42
commit
86f1ca2d00
@ -42,7 +42,7 @@ erpnext.stock.StockReconciliation = erpnext.stock.StockController.extend({
|
||||
setup: function() {
|
||||
var me = this;
|
||||
|
||||
this.frm.add_fetch("company", "expense_account", "stock_adjustment_account");
|
||||
this.frm.add_fetch("company", "stock_adjustment_account", "expense_account");
|
||||
|
||||
this.frm.fields_dict["expense_account"].get_query = function() {
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user