fix: resolve conflicts

This commit is contained in:
Kavin
2026-03-03 21:28:34 +05:30
committed by GitHub
parent 9b0d4ab4da
commit 6846f02cea

View File

@@ -1124,18 +1124,6 @@ def make_landed_cost_voucher(**args):
],
)
<<<<<<< HEAD
lcv.set(
"taxes",
[
{
"description": "Shipping Charges",
"expense_account": args.expense_account or "Expenses Included In Valuation - TCP1",
"amount": args.charges,
}
],
)
=======
if args.charges:
lcv.set(
"taxes",
@@ -1147,7 +1135,6 @@ def make_landed_cost_voucher(**args):
}
],
)
>>>>>>> d54d0c25a2 (fix: set company based expense account)
if not args.do_not_save:
lcv.insert()