mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +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
|
WHERE
|
||||||
docstatus < 2 AND
|
docstatus < 2 AND
|
||||||
%(company_condition)s
|
%(company_condition)s
|
||||||
creation >= '%(start_date)s' AND
|
DATE(creation) >= '%(start_date)s' AND
|
||||||
creation <= '%(end_date)s'""" % args
|
DATE(creation) <= '%(end_date)s'""" % args
|
||||||
|
|
||||||
return query
|
return query
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user