removed Is Sales Item and Is Purchase Item

This commit is contained in:
Umair Sayyed
2016-04-15 12:52:12 +05:30
parent c65726bf07
commit 72534deea2
25 changed files with 75 additions and 266 deletions

View File

@@ -15,7 +15,7 @@ def execute():
"warehouse": item.default_warehouse,
"warehouse_reorder_level": item.re_order_level,
"warehouse_reorder_qty": item.re_order_qty,
"material_request_type": "Purchase" if item_doc.is_purchase_item else "Transfer"
"material_request_type": "Purchase"
})
try: