Test case for delivery to target warehouse

This commit is contained in:
Nabin Hait
2015-09-21 10:56:02 +05:30
parent c865f229fb
commit b445be3552
4 changed files with 68 additions and 19 deletions

View File

@@ -186,7 +186,7 @@ class SellingController(StockController):
'batch_no': cstr(d.get("batch_no")).strip(),
'serial_no': cstr(d.get("serial_no")).strip(),
'name': d.name,
'target_warehouse': p.target_warehouse
'target_warehouse': d.target_warehouse
}))
return il