mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
restructured erpnext and deleted unwanted
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#check mendatory
|
||||
if not filter_values.get('posting_date') or not filter_values.get('posting_date1'):
|
||||
msgprint("Please select From Posting Date and To Posting Date in 'Set Filters' section")
|
||||
raise Exception
|
||||
else:
|
||||
from_date = filter_values.get('posting_date')
|
||||
to_date = filter_values.get('posting_date1')
|
||||
Reference in New Issue
Block a user