[FIX] mrp: fixed syntax error

bzr revid: qdp-launchpad@openerp.com-20110318075214-ckbk50xx5x628ocp
This commit is contained in:
Quentin (OpenERP) 2011-03-18 08:52:14 +01:00
parent c18e506cf5
commit de01d209f9
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ class report_custom(report_rml):
<col t='yes'>"""+ rml_obj.formatLang(total2, digits=purchase_price_digits) +' '+ company_currency.symbol +"""</col>
</row></lines>'"""
xml += """<lines style='total'> <row>
<col> """ + _('Total Cost of %s %s') %s (str(number), product.uom_id.name) + """: </col>
<col> """ + _('Total Cost of %s %s') % (str(number), product.uom_id.name) + """: </col>
<col/>
<col t='yes'/>
<col t='yes'>"""+ rml_obj.formatLang(total_strd+total2, digits=purchase_price_digits) +' '+ company_currency.symbol + """</col>