This question has been flagged
2548 Views

Hi,

In the report

[[ ', '.join([formatLang(lt.amount * l.price_subtotal) for lt in l.invoice_line_tax_id ]) ]]

The above Code return output :-

     2.00,
     2.00, 5.00

Expected Output:

     CodeA/2.00 $,
     CodeA/2.00 $, CodeB/5.00 $

lt.name and [[ o.currency_id.symbol ]] how to append in the below code

Avatar
Discard