mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 13:12:22 +01:00
fix: resolve conflicts
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user