fix: Added missing project field in Purchase invoice (#22799)

This commit is contained in:
Nabin Hait 2020-07-24 09:48:54 +05:30 committed by GitHub
parent 6bbd4d0c14
commit 39969647ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
"accounting_dimensions_section",
"cost_center",
"dimension_col_break",
"project",
"supplier_invoice_details",
"bill_no",
"column_break_15",
@ -1319,13 +1320,19 @@
"fieldtype": "Small Text",
"label": "Billing Address",
"read_only": 1
},
{
"fieldname": "project",
"fieldtype": "Link",
"label": "Project",
"options": "Project"
}
],
"icon": "fa fa-file-text",
"idx": 204,
"is_submittable": 1,
"links": [],
"modified": "2020-07-18 05:06:08.488761",
"modified": "2020-07-24 09:46:40.405463",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice",