mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-25 09:38:31 +00: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:
|
if args.charges:
|
||||||
lcv.set(
|
lcv.set(
|
||||||
"taxes",
|
"taxes",
|
||||||
@@ -1147,7 +1135,6 @@ def make_landed_cost_voucher(**args):
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
>>>>>>> d54d0c25a2 (fix: set company based expense account)
|
|
||||||
|
|
||||||
if not args.do_not_save:
|
if not args.do_not_save:
|
||||||
lcv.insert()
|
lcv.insert()
|
||||||
|
|||||||
Reference in New Issue
Block a user