[FIX]:sale:The currency code is missing on the value(Price column)
authorapa-tiny <apa@tinyerp.com>
Tue, 7 Sep 2010 05:22:12 +0000 (10:52 +0530)
committerapa-tiny <apa@tinyerp.com>
Tue, 7 Sep 2010 05:22:12 +0000 (10:52 +0530)
bzr revid: apa@tinyerp.com-20100907052212-6iahi5n8e0v7g8zv

addons/sale/report/sale_order.rml

index 4dc6118..3f44ef2 100644 (file)
           <para style="terp_tblheader_Details_Right">Disc.(%)</para>
         </td>
         <td>
-          <para style="terp_tblheader_Details_Right">Price</para>
+          <para style="terp_tblheader_Details_Right">Price([[ o.pricelist_id.currency_id.code ]])</para>
         </td>
       </tr>
     </blockTable>
       <font color="white"> </font>
     </para>
   </story>
-</document>
+</document>
\ No newline at end of file