minor fixes

This commit is contained in:
Nabin Hait 2016-07-20 11:27:15 +05:30
parent 85648d9bd6
commit 9d93ad92bc
2 changed files with 5 additions and 3 deletions

View File

@ -179,6 +179,7 @@ erpnext.production_order = {
} }
} }
frm.fields_dict.source_warehouse.get_query = company_filter;
frm.fields_dict.fg_warehouse.get_query = company_filter; frm.fields_dict.fg_warehouse.get_query = company_filter;
frm.fields_dict.wip_warehouse.get_query = company_filter; frm.fields_dict.wip_warehouse.get_query = company_filter;
}, },

View File

@ -20,7 +20,7 @@
"ignore_user_permissions": 0, "ignore_user_permissions": 0,
"ignore_xss_filter": 0, "ignore_xss_filter": 0,
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 1,
"label": "Receipt Document Type", "label": "Receipt Document Type",
"length": 0, "length": 0,
"no_copy": 0, "no_copy": 0,
@ -124,7 +124,7 @@
"ignore_user_permissions": 0, "ignore_user_permissions": 0,
"ignore_xss_filter": 0, "ignore_xss_filter": 0,
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 0,
"label": "Posting Date", "label": "Posting Date",
"length": 0, "length": 0,
"no_copy": 0, "no_copy": 0,
@ -173,7 +173,7 @@
"issingle": 0, "issingle": 0,
"istable": 1, "istable": 1,
"max_attachments": 0, "max_attachments": 0,
"modified": "2016-07-11 03:28:01.870042", "modified": "2016-07-20 10:49:34.228751",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Landed Cost Purchase Receipt", "name": "Landed Cost Purchase Receipt",
@ -182,5 +182,6 @@
"quick_entry": 0, "quick_entry": 0,
"read_only": 0, "read_only": 0,
"read_only_onload": 0, "read_only_onload": 0,
"sort_order": "ASC",
"track_seen": 0 "track_seen": 0
} }