Merge pull request #21957 from nabinhait/fix344
fix: label changed in production plan
This commit is contained in:
commit
df5f8528e7
@ -201,9 +201,9 @@ frappe.ui.form.on('Production Plan', {
|
|||||||
title: title,
|
title: title,
|
||||||
fields: [
|
fields: [
|
||||||
{
|
{
|
||||||
"fieldtype": "Table MultiSelect", "label": __("Source Warehouses"),
|
"fieldtype": "Table MultiSelect", "label": __("Source Warehouses (Optional)"),
|
||||||
"fieldname": "warehouses", "options": "Production Plan Material Request Warehouse",
|
"fieldname": "warehouses", "options": "Production Plan Material Request Warehouse",
|
||||||
"description": "System will pickup the materials from the selected warehouses",
|
"description": __("System will pickup the materials from the selected warehouses. If not specified, system will create material request for purchase."),
|
||||||
get_query: function () {
|
get_query: function () {
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
|
@ -103,7 +103,7 @@ def get_columns(filters):
|
|||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"width": 140
|
"width": 140
|
||||||
}, {
|
}, {
|
||||||
"label": _("Subassembly BOM Count"),
|
"label": _("Sub-assembly BOM Count"),
|
||||||
"fieldname": "used_as_subassembly_items",
|
"fieldname": "used_as_subassembly_items",
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"width": 180
|
"width": 180
|
||||||
|
Loading…
x
Reference in New Issue
Block a user