feat: add Supplier Delivery Note field in SCR (backport #38127) (#38156)

feat: add `Supplier Delivery Note` field in SCR

(cherry picked from commit da80e4dbce07707d57e3739b7bb2138adf199905)

Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
This commit is contained in:
mergify[bot] 2023-11-17 22:07:53 +05:30 committed by GitHub
parent 5b7b431dc9
commit b89a4a7218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
"naming_series", "naming_series",
"supplier", "supplier",
"supplier_name", "supplier_name",
"supplier_delivery_note",
"column_break1", "column_break1",
"company", "company",
"posting_date", "posting_date",
@ -634,12 +635,17 @@
"fieldtype": "Button", "fieldtype": "Button",
"label": "Get Scrap Items", "label": "Get Scrap Items",
"options": "get_scrap_items" "options": "get_scrap_items"
},
{
"fieldname": "supplier_delivery_note",
"fieldtype": "Data",
"label": "Supplier Delivery Note"
} }
], ],
"in_create": 1, "in_create": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2023-08-26 10:52:04.050829", "modified": "2023-11-16 13:04:00.710534",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Subcontracting", "module": "Subcontracting",
"name": "Subcontracting Receipt", "name": "Subcontracting Receipt",