Merge pull request #31669 from frappe/mergify/bp/version-13-hotfix/pr-31579

fix: display customer name on picking list (backport #31579)
This commit is contained in:
Marica
2022-07-27 16:45:07 +05:30
committed by GitHub

View File

@@ -10,6 +10,7 @@
"company",
"purpose",
"customer",
"customer_name",
"work_order",
"material_request",
"for_qty",
@@ -126,11 +127,19 @@
"fieldtype": "Check",
"label": "Group Same Items",
"print_hide": 1
},
{
"depends_on": "eval:doc.purpose==='Delivery' && doc.customer",
"fetch_from": "customer.customer_name",
"fieldname": "customer_name",
"fieldtype": "Data",
"label": "Customer Name",
"read_only": 1
}
],
"is_submittable": 1,
"links": [],
"modified": "2022-04-21 07:56:40.646473",
"modified": "2022-07-19 11:03:04.442174",
"modified_by": "Administrator",
"module": "Stock",
"name": "Pick List",
@@ -202,4 +211,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}