Commit 7306d093 authored by Nicolas Delaby's avatar Nicolas Delaby

same as r41902


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41903 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dbd30c02
......@@ -527,8 +527,7 @@ class TestItem(TestItemMixin, ERP5TypeTestCase):
'line_variation_category_list': 'size/product_module/2/2',
},
)
self.portal.REQUEST.set('type', 'Item')
packing_list_line.DeliveryLine_createItemList(listbox=listbox)
packing_list_line.DeliveryLine_createItemList(type='Item', listbox=listbox)
transaction.commit()
self.tic()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment