chore: resolve conflicts

This commit is contained in:
ruthra kumar
2024-03-13 12:16:44 +05:30
parent d87b98d945
commit 1093e0d46f
3 changed files with 0 additions and 34 deletions

View File

@@ -218,21 +218,6 @@ class AccountsController(TransactionBase):
)
if self.get("is_return") and self.get("return_against") and not self.get("is_pos"):
<<<<<<< HEAD
document_type = "Credit Note" if self.doctype == "Sales Invoice" else "Debit Note"
frappe.msgprint(
_(
"{0} will be treated as a standalone {0}. If you want {1}'s outstanding to be updated, uncheck {2} checkbox. <br><br> Or you can use {3} tool to reconcile against {1} later."
).format(
document_type,
<<<<<<< HEAD
get_link_to_form("Payment Reconciliation", "Payment Reconciliation"),
=======
>>>>>>> adf13a19c4 (chore: update popup message)
get_link_to_form(self.doctype, self.get("return_against")),
frappe.bold("Update Outstanding for Self"),
get_link_to_form("Payment Reconciliation"),
=======
if self.get("update_outstanding_for_self"):
document_type = "Credit Note" if self.doctype == "Sales Invoice" else "Debit Note"
frappe.msgprint(
@@ -244,7 +229,6 @@ class AccountsController(TransactionBase):
frappe.bold("Update Outstanding for Self"),
get_link_to_form("Payment Reconciliation"),
)
>>>>>>> 445d2acf50 (chore: better popup message)
)
pos_check_field = "is_pos" if self.doctype == "Sales Invoice" else "is_paid"