Commit d72fbdd2 authored by Fabien Morin's avatar Fabien Morin

add title to list method. This permit to fix a bug :

If title and reference are equals, hasTitle() return False, so the title is not displayed in the lisbox

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27946 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a2aa81f3
......@@ -101,6 +101,7 @@ for paysheet_line in paysheet_line_list:\n
object_dict = {}\n
if cartesian_product == [[]] or cartesian_product == []:\n
params = {\n
\'title\':paysheet_line.getTitle(),\n
\'base\':paysheet_line.getTotalPrice(),\n
\'base_contribution_list\':base_contribution_list,\n
\'base_application_list\': base_application_list,\n
......
485
\ No newline at end of file
486
\ 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