mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -341,12 +341,6 @@ class StatusUpdater(Document):
|
|||||||
):
|
):
|
||||||
return
|
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 args["source_dt"] != "Pick List Item" and args["target_dt"] != "Quotation Item":
|
||||||
if qty_or_amount == "qty":
|
if qty_or_amount == "qty":
|
||||||
action_msg = _(
|
action_msg = _(
|
||||||
@@ -356,11 +350,8 @@ class StatusUpdater(Document):
|
|||||||
action_msg = _(
|
action_msg = _(
|
||||||
'To allow over billing, update "Over Billing Allowance" in Accounts Settings or the Item.'
|
'To allow over billing, update "Over Billing Allowance" in Accounts Settings or the Item.'
|
||||||
)
|
)
|
||||||
>>>>>>> 4cc306d2d8 (fix: validate over ordering of quotation)
|
|
||||||
else:
|
else:
|
||||||
action_msg = _(
|
action_msg = None
|
||||||
'To allow over billing, update "Over Billing Allowance" in Accounts Settings or the Item.'
|
|
||||||
)
|
|
||||||
|
|
||||||
frappe.throw(
|
frappe.throw(
|
||||||
_(
|
_(
|
||||||
|
|||||||
Reference in New Issue
Block a user