chore: resolve conflicts

This commit is contained in:
ruthra kumar
2024-03-13 12:01:31 +05:30
parent ae6d1c14cb
commit 92ccef0ebc
5 changed files with 0 additions and 393 deletions

View File

@@ -203,21 +203,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(
@@ -229,7 +214,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"