From 2cd02af80aa82899f660048d0986558e82702bdd Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 1 Jul 2015 12:29:41 +0530 Subject: [PATCH] [fix] patch date --- erpnext/patches/v5_1/fix_against_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/v5_1/fix_against_account.py b/erpnext/patches/v5_1/fix_against_account.py index f0b57d9b59..a62c15b7d1 100644 --- a/erpnext/patches/v5_1/fix_against_account.py +++ b/erpnext/patches/v5_1/fix_against_account.py @@ -5,7 +5,7 @@ import frappe from erpnext.accounts.doctype.gl_entry.gl_entry import update_against_account def execute(): - from_date = "2015-01-01" + from_date = "2015-05-01" for doc in frappe.get_all("Journal Entry", filters={"creation": (">", from_date), "docstatus": "1"}):