mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -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(
|
||||
_(
|
||||
|
||||
Reference in New Issue
Block a user