fix(Asset Repair): Add Purchase Invoice

This commit is contained in:
GangaManoj
2021-05-13 23:07:19 +05:30
parent 3ab852d4d0
commit a8037c1896

View File

@@ -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",