mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
[fix] patch date
This commit is contained in:
@@ -5,7 +5,7 @@ import frappe
|
|||||||
from erpnext.accounts.doctype.gl_entry.gl_entry import update_against_account
|
from erpnext.accounts.doctype.gl_entry.gl_entry import update_against_account
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
from_date = "2015-01-01"
|
from_date = "2015-05-01"
|
||||||
|
|
||||||
for doc in frappe.get_all("Journal Entry",
|
for doc in frappe.get_all("Journal Entry",
|
||||||
filters={"creation": (">", from_date), "docstatus": "1"}):
|
filters={"creation": (">", from_date), "docstatus": "1"}):
|
||||||
|
|||||||
Reference in New Issue
Block a user