[FIX] Sale_delivery_report : Report corrected

bzr revid: jma@tinyerp.com-20100512140421-03h228z4u12wk89w
This commit is contained in:
JMA (OpenERP) 2010-05-12 19:34:21 +05:30
parent e36331787c
commit 46542ed56f
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@
<para style="terp_default_9">[[line.product_id.code ]] [[ line.product_id and line.product_id.name or '']]</para>
</td>
<td>
<para style="terp_default_Centre_9">[[ (line.prodlot_id and (line.prodlot_id.name + '/' + line.prodlot_id.ref)) or ' ' ]]</para>
<para style="terp_default_Centre_9">[[ (line.prodlot_id and (line.prodlot_id.name + (line.prodlot_id.ref and ('/' + line.prodlot_id.ref) or ''))) or ' ' ]]</para>
</td>
<td>
<para style="terp_default_Right_9">[[ formatLang(line.product_qty) ]]</para>