From ad44b00f3320350eefd91d1e7245c25a6cfc137b Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 3 Aug 2015 17:43:58 +0530 Subject: [PATCH] [patch] Fix outstanding amount for original invoice for return entry --- erpnext/patches.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index de26ff3f71..961d97e652 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -186,3 +186,4 @@ execute:frappe.reload_doctype("Leave Type") execute:frappe.db.sql("update `tabLeave Type` set include_holiday=0") erpnext.patches.v5_4.set_root_and_report_type erpnext.patches.v5_4.notify_system_managers_regarding_wrong_tax_calculation +erpnext.patches.v5_4.fix_invoice_outstanding