fix: uncommented code

This commit is contained in:
Afshan
2020-10-22 15:11:09 +05:30
parent bbe2666d3a
commit 47978da2a7

View File

@@ -453,7 +453,7 @@ class PaymentEntry(AccountsController):
frappe.throw(_("Reference No and Reference Date is mandatory for Bank transaction"))
def set_remarks(self):
# if self.custom_remarks: return
if self.custom_remarks: return
if self.payment_type=="Internal Transfer":
remarks = [_("Amount {0} {1} transferred from {2} to {3}")