Skip to content

Commit

Permalink
feat: added validation to validate the expense account
Browse files Browse the repository at this point in the history
  • Loading branch information
“rahulgupta8848” committed Sep 30, 2024
2 parents c0bc25b + 68c4f2c commit 2065adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/assets/doctype/asset_repair/asset_repair.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class AssetRepair(AccountsController):
amended_from: DF.Link | None
asset: DF.Link
asset_name: DF.ReadOnly | None
asset_repair_purchase_invoices: DF.Table[AssetRepairPurchaseInvoice]
capitalize_repair_cost: DF.Check
company: DF.Link | None
completion_date: DF.Datetime | None
Expand Down

0 comments on commit 2065adf

Please sign in to comment.