mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -233,13 +233,8 @@ class AccountsController(TransactionBase):
|
|||||||
).format(
|
).format(
|
||||||
frappe.bold(document_type),
|
frappe.bold(document_type),
|
||||||
get_link_to_form(self.doctype, self.get("return_against")),
|
get_link_to_form(self.doctype, self.get("return_against")),
|
||||||
<<<<<<< HEAD
|
|
||||||
frappe.bold("Update Outstanding for Self"),
|
|
||||||
get_link_to_form("Payment Reconciliation", "Payment Reconciliation"),
|
|
||||||
=======
|
|
||||||
frappe.bold(_("Update Outstanding for Self")),
|
frappe.bold(_("Update Outstanding for Self")),
|
||||||
get_link_to_form("Payment Reconciliation"),
|
get_link_to_form("Payment Reconciliation", "Payment Reconciliation"),
|
||||||
>>>>>>> af0ae930ca (fix: translatability of boldened text)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user