fix: use asset in against_voucher while posting gl entries for capitalized asset repairs

(cherry picked from commit a7e43eddad)
This commit is contained in:
Navin S R
2025-11-28 12:54:27 +05:30
committed by Mergify
parent 441a2bcf38
commit 80642edf4f

View File

@@ -315,7 +315,8 @@ class AssetRepair(AccountsController):
"voucher_no": self.name,
"cost_center": self.cost_center,
"posting_date": self.completion_date,
"against_voucher_type": "Purchase Invoice",
"against_voucher_type": "Asset",
"against_voucher": self.asset,
"company": self.company,
},
item=self,