Merge pull request #22689 from rohitwaghchaure/fixed-double-project-field-in-purchase-receipt
fix: project field added two time in purchase receipt
This commit is contained in:
commit
453b66460c
@ -108,7 +108,6 @@
|
|||||||
"amended_from",
|
"amended_from",
|
||||||
"range",
|
"range",
|
||||||
"column_break4",
|
"column_break4",
|
||||||
"project",
|
|
||||||
"per_billed",
|
"per_billed",
|
||||||
"is_internal_supplier",
|
"is_internal_supplier",
|
||||||
"inter_company_reference",
|
"inter_company_reference",
|
||||||
@ -933,6 +932,7 @@
|
|||||||
"width": "50%"
|
"width": "50%"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"description": "Track this Purchase Receipt against any Project",
|
||||||
"fieldname": "project",
|
"fieldname": "project",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Project",
|
"label": "Project",
|
||||||
@ -1100,20 +1100,13 @@
|
|||||||
"fieldtype": "Small Text",
|
"fieldtype": "Small Text",
|
||||||
"label": "Billing Address",
|
"label": "Billing Address",
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
|
||||||
{
|
|
||||||
"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-07-13 14:01:39.302238",
|
"modified": "2020-07-15 10:01:39.302238",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Purchase Receipt",
|
"name": "Purchase Receipt",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user