fix: added button to make serial / batch from Purchase Invoice

(cherry picked from commit b4393bc03d68769f57678bb56a09baf7b4ec3dc0)
This commit is contained in:
Rohit Waghchaure 2024-01-21 19:47:53 +05:30 committed by Mergify
parent 35d3edfca4
commit 96e1db80ac

View File

@ -64,6 +64,7 @@
"warehouse", "warehouse",
"from_warehouse", "from_warehouse",
"quality_inspection", "quality_inspection",
"add_serial_batch_bundle",
"serial_and_batch_bundle", "serial_and_batch_bundle",
"serial_no", "serial_no",
"col_br_wh", "col_br_wh",
@ -913,12 +914,18 @@
"fieldtype": "Link", "fieldtype": "Link",
"label": "WIP Composite Asset", "label": "WIP Composite Asset",
"options": "Asset" "options": "Asset"
},
{
"depends_on": "eval:parent.update_stock === 1",
"fieldname": "add_serial_batch_bundle",
"fieldtype": "Button",
"label": "Add Serial / Batch No"
} }
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2023-12-25 22:00:28.043555", "modified": "2024-01-21 19:46:25.537861",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Purchase Invoice Item", "name": "Purchase Invoice Item",