Merge branch 'hotfix' into group_warehouse_stock_reco

This commit is contained in:
Nabin Hait
2019-01-14 20:25:53 +05:30
committed by GitHub
5 changed files with 58 additions and 17 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: