mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
fix: remove no copy from serial no field of purchase receipt item
This commit is contained in:
@@ -1018,8 +1018,7 @@
|
||||
{
|
||||
"fieldname": "serial_no",
|
||||
"fieldtype": "Text",
|
||||
"label": "Serial No",
|
||||
"no_copy": 1
|
||||
"label": "Serial No"
|
||||
},
|
||||
{
|
||||
"fieldname": "rejected_serial_no",
|
||||
@@ -1148,7 +1147,7 @@
|
||||
"idx": 1,
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
"modified": "2025-03-07 10:25:15.554985",
|
||||
"modified": "2025-03-07 12:07:29.235788",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Purchase Receipt Item",
|
||||
|
||||
Reference in New Issue
Block a user