chore: Update tests

This commit is contained in:
Deepesh Garg
2022-12-08 18:04:40 +05:30
parent 0581000990
commit 6192af5cf0
3 changed files with 9 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ def get_item_details(args, doc=None, for_validate=False, overwrite_warehouse=Tru
if args.get(key) is None:
args[key] = value
data = get_pricing_rule_for_item(args, doc, for_validate=for_validate)
data = get_pricing_rule_for_item(args, doc=doc, for_validate=for_validate)
out.update(data)