mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 09:47:14 +00:00
fix: Added Project Field in Purchase Receipt for Stock Ledger Tagging
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
"bill_no",
|
||||
"bill_date",
|
||||
"more_info",
|
||||
"project",
|
||||
"status",
|
||||
"amended_from",
|
||||
"range",
|
||||
@@ -1059,13 +1060,20 @@
|
||||
"fieldname": "scan_barcode",
|
||||
"fieldtype": "Data",
|
||||
"label": "Scan Barcode"
|
||||
},
|
||||
{
|
||||
"description": "Track this Purchase Receipt against any Project",
|
||||
"fieldname": "project",
|
||||
"fieldtype": "Link",
|
||||
"label": "Project",
|
||||
"options": "Project"
|
||||
}
|
||||
],
|
||||
"icon": "fa fa-truck",
|
||||
"idx": 261,
|
||||
"is_submittable": 1,
|
||||
"links": [],
|
||||
"modified": "2020-04-17 13:06:26.970288",
|
||||
"modified": "2020-07-15 12:49:42.095297",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Purchase Receipt",
|
||||
|
||||
Reference in New Issue
Block a user