tests(cost-center-company): Validate cost center's company and revent tests

This commit is contained in:
Nabin Hait
2019-01-14 17:14:39 +05:30
parent f99e013ebc
commit 4ed7cfc515
2 changed files with 4 additions and 4 deletions

View File

@@ -325,7 +325,8 @@ def make_purchase_receipt(**args):
"conversion_factor": args.conversion_factor or 1.0,
"serial_no": args.serial_no,
"stock_uom": args.stock_uom or "_Test UOM",
"uom": args.uom or "_Test UOM"
"uom": args.uom or "_Test UOM",
"cost_center": "_Test Cost Center - _TC"
})
if not args.do_not_save: