Reposting logic fixes (#24520)
* fix: Dependant sle logic fixes * fix: negative qty validation * fix: Travis fixes * fix: test fix
This commit is contained in:
@@ -147,8 +147,7 @@ class IssueAnalytics(object):
|
||||
|
||||
self.entries = frappe.db.get_all('Issue',
|
||||
fields=[self.field_map.get(self.filters.based_on), 'name', 'opening_date'],
|
||||
filters=filters,
|
||||
debug=1
|
||||
filters=filters
|
||||
)
|
||||
|
||||
def get_common_filters(self):
|
||||
|
||||
Reference in New Issue
Block a user