mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fixes after sync
This commit is contained in:
4
wnf.py
4
wnf.py
@@ -242,11 +242,11 @@ def run():
|
||||
|
||||
elif options.sync_all is not None:
|
||||
import webnotes.model.sync
|
||||
webnotes.model.sync.sync_all()
|
||||
webnotes.model.sync.sync_all(options.force or 0)
|
||||
|
||||
elif options.sync is not None:
|
||||
import webnotes.model.sync
|
||||
webnotes.model.sync.sync(options.sync[0], options.sync[1])
|
||||
webnotes.model.sync.sync(options.sync[0], options.sync[1], options.force or 0)
|
||||
|
||||
# print messages
|
||||
if webnotes.message_log:
|
||||
|
||||
Reference in New Issue
Block a user