[fix] set skip_errors params from data import tool (#4438)
This commit is contained in:
parent
a29a46d2ed
commit
bdc87d437a
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ def upload(rows = None, submit_after_import=None, ignore_encoding_errors=False,
|
|||
update_only = True
|
||||
if params.get('from_data_import'):
|
||||
from_data_import = params.get('from_data_import')
|
||||
if not params.get('skip_errors'):
|
||||
skip_errors = params.get('skip_errors')
|
||||
|
||||
frappe.flags.mute_emails = no_email
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue