fix: validations for new batch form

This commit is contained in:
pateljannat
2021-04-22 14:43:04 +05:30
parent 54fe2efa07
commit 3b578d750a
4 changed files with 39 additions and 85 deletions

View File

@@ -98,11 +98,11 @@ doc_events = {
# Scheduled Tasks
# ---------------
scheduler_events = {
"daily": [
"erpnext.stock.reorder_item.reorder_item"
]
}
#scheduler_events = {
# "daily": [
# "erpnext.stock.reorder_item.reorder_item"
# ]
#}
# Testing
# -------