mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
[aii] fixes
This commit is contained in:
@@ -89,9 +89,6 @@ if (sys_defaults.auto_inventory_accounting) {
|
|||||||
cur_frm.fields_dict["expenses_included_in_valuation"].get_query =
|
cur_frm.fields_dict["expenses_included_in_valuation"].get_query =
|
||||||
cur_frm.fields_dict["stock_adjustment_account"].get_query;
|
cur_frm.fields_dict["stock_adjustment_account"].get_query;
|
||||||
|
|
||||||
cur_frm.fields_dict["stock_delivered_but_not_billed"].get_query =
|
|
||||||
cur_frm.fields_dict["stock_in_hand_account"].get_query;
|
|
||||||
|
|
||||||
cur_frm.fields_dict["stock_received_but_not_billed"].get_query = function(doc) {
|
cur_frm.fields_dict["stock_received_but_not_billed"].get_query = function(doc) {
|
||||||
return {
|
return {
|
||||||
"query": "accounts.utils.get_account_list",
|
"query": "accounts.utils.get_account_list",
|
||||||
|
|||||||
Reference in New Issue
Block a user