[pos] pos view in all sales & purchase cycle finished

This commit is contained in:
Akhilesh Darjee
2013-09-19 19:09:15 +05:30
parent f83576bf9c
commit e947081552
3 changed files with 46 additions and 32 deletions

View File

@@ -65,7 +65,7 @@ def _get_basic_details(args, item_bean):
out = webnotes._dict({
"description": item.description_html or item.description,
"qty": 0.0,
"qty": 1.0,
"uom": item.stock_uom,
"conversion_factor": 1.0,
"warehouse": args.warehouse or item.default_warehouse,