mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-24 17:18:30 +00:00
@@ -571,7 +571,7 @@ class SalesInvoice(SellingController):
|
|||||||
self.check_if_consolidated_invoice()
|
self.check_if_consolidated_invoice()
|
||||||
|
|
||||||
super().before_cancel()
|
super().before_cancel()
|
||||||
self.update_time_sheet(None)
|
self.update_time_sheet(self.return_against if (self.is_return and self.return_against) else None)
|
||||||
|
|
||||||
def on_cancel(self):
|
def on_cancel(self):
|
||||||
check_if_return_invoice_linked_with_payment_entry(self)
|
check_if_return_invoice_linked_with_payment_entry(self)
|
||||||
|
|||||||
Reference in New Issue
Block a user