chore: resolve conflicts

This commit is contained in:
Mihir Kandoi
2026-01-31 20:25:00 +05:30
committed by GitHub
parent c3b92075f0
commit 7ab59aa094

View File

@@ -341,12 +341,6 @@ class StatusUpdater(Document):
):
return
<<<<<<< HEAD
if qty_or_amount == "qty":
action_msg = _(
'To allow over receipt / delivery, update "Over Receipt/Delivery Allowance" in Stock Settings or the Item.'
)
=======
if args["source_dt"] != "Pick List Item" and args["target_dt"] != "Quotation Item":
if qty_or_amount == "qty":
action_msg = _(
@@ -356,11 +350,8 @@ class StatusUpdater(Document):
action_msg = _(
'To allow over billing, update "Over Billing Allowance" in Accounts Settings or the Item.'
)
>>>>>>> 4cc306d2d8 (fix: validate over ordering of quotation)
else:
action_msg = _(
'To allow over billing, update "Over Billing Allowance" in Accounts Settings or the Item.'
)
action_msg = None
frappe.throw(
_(