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() {
|
setup: function() {
|
||||||
var me = this;
|
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() {
|
this.frm.fields_dict["expense_account"].get_query = function() {
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user