mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
fix(Asset Repair): Add Purchase Invoice
This commit is contained in:
@@ -22,11 +22,12 @@
|
|||||||
"project",
|
"project",
|
||||||
"accounting_details",
|
"accounting_details",
|
||||||
"payable_account",
|
"payable_account",
|
||||||
"capitalize_repair_cost",
|
"purchase_invoice",
|
||||||
"stock_consumption",
|
"stock_consumption",
|
||||||
"column_break_8",
|
"column_break_8",
|
||||||
"repair_cost",
|
"repair_cost",
|
||||||
"total_repair_cost",
|
"total_repair_cost",
|
||||||
|
"capitalize_repair_cost",
|
||||||
"stock_consumption_details_section",
|
"stock_consumption_details_section",
|
||||||
"warehouse",
|
"warehouse",
|
||||||
"stock_items",
|
"stock_items",
|
||||||
@@ -231,12 +232,18 @@
|
|||||||
"fieldname": "increase_in_asset_life",
|
"fieldname": "increase_in_asset_life",
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"label": "Increase In Asset Life"
|
"label": "Increase In Asset Life"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "purchase_invoice",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Purchase Invoice",
|
||||||
|
"options": "Purchase Invoice"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-05-13 05:55:16.131448",
|
"modified": "2021-05-13 23:01:03.638835",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Assets",
|
"module": "Assets",
|
||||||
"name": "Asset Repair",
|
"name": "Asset Repair",
|
||||||
|
|||||||
Reference in New Issue
Block a user