Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2978 Widoki

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

Awatar
Odrzuć