mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
Merge pull request #192 from anandpdoshi/master
New transaction entries fix for email digest
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