Commit 3340c194 authored by Fabien Morin's avatar Fabien Morin

on printing display only the description from the paysheet, we don't care...

on printing display only the description from the paysheet, we don't care about mode inheritance tree description.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27948 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f8bb8de1
......@@ -363,8 +363,7 @@ data_dict = {\n
\'incoterm\': context.getIncoterm() and context.getIncotermValue().getCodification() or \'\',\n
\n
\'total_price_novat\': total_price,\n
\'description\': getFieldAsLineList(context.getDescription() or\n
model.getModelIneritanceEffectiveProperty(context, \'description\') or \'\'),\n
\'description\': getFieldAsLineList(context.getDescription() or \'\'),\n
\'specialise_title\': context.getProperty(\'specialise_title\',\'\'),\n
\n
\'line_list\': line_list,\n
......
486
\ No newline at end of file
487
\ 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