fix: Remove unreference method

This commit is contained in:
Abdeali Chharchhoda
2024-09-28 12:29:34 +05:30
parent 907e3af1b0
commit 770bc1c293

View File

@@ -231,7 +231,6 @@ class PaymentRequest(Document):
def on_cancel(self):
self.check_if_payment_entry_exists()
self.set_as_cancelled()
self.update_reference_advance_payment_status()
def make_invoice(self):
ref_doc = frappe.get_doc(self.reference_doctype, self.reference_name)