fix: Test

This commit is contained in:
marination 2021-06-11 17:27:43 +05:30 committed by GangaManoj
parent 5314445d58
commit feed97ec53

View File

@ -60,6 +60,7 @@ def transfer_subcontracted_raw_materials(po):
rm_item = [
{
'name': po.supplied_items[0].name,
<<<<<<< HEAD
'item_code': item_1,
'rm_item_code': item_1,
'item_name': item_1,
@ -67,10 +68,20 @@ def transfer_subcontracted_raw_materials(po):
'warehouse': '_Test Warehouse - _TC',
'rate': 100,
'amount': 100 * transfer_qty_map[item_1],
=======
'item_code': '_Test Item Home Desktop 100',
'rm_item_code': '_Test Item Home Desktop 100',
'item_name': '_Test Item Home Desktop 100',
'qty': 2,
'warehouse': '_Test Warehouse - _TC',
'rate': 100,
'amount': 200,
>>>>>>> c4d851e45f (fix: Test)
'stock_uom': 'Nos'
},
{
'name': po.supplied_items[1].name,
<<<<<<< HEAD
'item_code': item_2,
'rm_item_code': item_2,
'item_name': item_2,
@ -78,6 +89,15 @@ def transfer_subcontracted_raw_materials(po):
'warehouse': '_Test Warehouse - _TC',
'rate': 100,
'amount': 100 * transfer_qty_map[item_2],
=======
'item_code': '_Test Item',
'rm_item_code': '_Test Item',
'item_name': '_Test Item',
'qty': 1,
'warehouse': '_Test Warehouse - _TC',
'rate': 100,
'amount': 100,
>>>>>>> c4d851e45f (fix: Test)
'stock_uom': 'Nos'
}
]