[fix] patch date
diff --git a/erpnext/patches/v5_1/fix_against_account.py b/erpnext/patches/v5_1/fix_against_account.py
index f0b57d9..a62c15b 100644
--- a/erpnext/patches/v5_1/fix_against_account.py
+++ b/erpnext/patches/v5_1/fix_against_account.py
@@ -5,7 +5,7 @@
 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"}):