mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
Fix new transaction entries issue
This commit is contained in:
@@ -318,8 +318,8 @@ class DocType:
|
||||
WHERE
|
||||
docstatus < 2 AND
|
||||
%(company_condition)s
|
||||
creation >= '%(start_date)s' AND
|
||||
creation <= '%(end_date)s'""" % args
|
||||
DATE(creation) >= '%(start_date)s' AND
|
||||
DATE(creation) <= '%(end_date)s'""" % args
|
||||
|
||||
return query
|
||||
|
||||
|
||||
Reference in New Issue
Block a user