Merge pull request #22690 from marination/pr-project-stock-ledger-fix

fix: Added Project Field in Purchase Receipt for Stock Ledger Tagging
This commit is contained in:
rohitwaghchaure
2020-07-15 15:42:58 +05:30
committed by GitHub

View File

@@ -102,6 +102,7 @@
"bill_no", "bill_no",
"bill_date", "bill_date",
"more_info", "more_info",
"project",
"status", "status",
"amended_from", "amended_from",
"range", "range",
@@ -1059,13 +1060,20 @@
"fieldname": "scan_barcode", "fieldname": "scan_barcode",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Scan Barcode" "label": "Scan Barcode"
},
{
"description": "Track this Purchase Receipt against any Project",
"fieldname": "project",
"fieldtype": "Link",
"label": "Project",
"options": "Project"
} }
], ],
"icon": "fa fa-truck", "icon": "fa fa-truck",
"idx": 261, "idx": 261,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2020-04-17 13:06:26.970288", "modified": "2020-07-15 12:49:42.095297",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Purchase Receipt", "name": "Purchase Receipt",