fix: test case

(cherry picked from commit 98bf8e1304)
This commit is contained in:
Rohit Waghchaure
2022-10-12 15:45:36 +05:30
committed by Mergify
parent 6f43133c04
commit acd64ba7c1

View File

@@ -3683,7 +3683,7 @@ def create_sales_invoice(**args):
"description": args.description or "_Test Item",
"gst_hsn_code": "999800",
"warehouse": args.warehouse or "_Test Warehouse - _TC",
"target_warehouse": args.target_warehouse or "_Test Warehouse 1 - _TC",
"target_warehouse": args.target_warehouse,
"qty": args.qty or 1,
"uom": args.uom or "Nos",
"stock_uom": args.uom or "Nos",