fix: Missing argument in status updater (#20281)
This commit is contained in:
parent
b0b179f1b7
commit
4e6b3ada0f
@ -182,7 +182,7 @@ class StatusUpdater(Document):
|
|||||||
if args.get('no_allowance'):
|
if args.get('no_allowance'):
|
||||||
item['reduce_by'] = item[args['target_field']] - item[args['target_ref_field']]
|
item['reduce_by'] = item[args['target_field']] - item[args['target_ref_field']]
|
||||||
if item['reduce_by'] > .01:
|
if item['reduce_by'] > .01:
|
||||||
self.limits_crossed_error(args, item)
|
self.limits_crossed_error(args, item, "qty")
|
||||||
|
|
||||||
elif item[args['target_ref_field']]:
|
elif item[args['target_ref_field']]:
|
||||||
self.check_overflow_with_allowance(item, args)
|
self.check_overflow_with_allowance(item, args)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user