Commit 056590c0 authored by Jérome Perrin's avatar Jérome Perrin

set variation category list after

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41349 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a7bbef79
......@@ -123,8 +123,8 @@ for line in listbox:\n
cell.edit(mapped_value_property_list=[\'price\',\'quantity\'],\n
price=line[\'price\'], quantity=line[\'quantity\'],\n
quantity_unit = line["quantity_unit"],\n
predicate_category_list=cell_key,\n
variation_category_list=cell_key)\n
predicate_category_list=cell_key,)\n
cell.setVariationCategoryList(cell_key)\n
else:\n
trade_document_line.edit(quantity = line["quantity"],\n
price = line["price"],\n
......
1084
\ No newline at end of file
1087
\ No newline at end of file
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