Commit 2409d96a authored by Nicolas Delaby's avatar Nicolas Delaby

Copy use category from resource on new created lines

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40726 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 83c60c3a
......@@ -100,6 +100,7 @@ for line in listbox:\n
resource_value=product,\n
reference=product.getReference(),\n
title=product.getTitle(),\n
use_list=product.getUseList(),\n
)\n
per_resource_line_dict[key] = trade_document_line\n
variation_category_list = line["variation_category_list"]\n
......
1038
\ No newline at end of file
1039
\ 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