Hi, there's a small problem that's driving me mad, I just can't find the
reason...
In Units of Measure I have changed the "symbol" for Unit from "U" to "ea"
(short for "each", a more common usage in UK).
This works fine everywhere EXCEPT the Invoice report.
In Invoice Report the symbol is always "u" for units even when I change it
in UOM
If I change the display digits for UOM record "Unit", this is displayed
correctly on invoice but the symbol field is wrong.
The relevant part of the report template is:
<for each="line in invoice.lines">
.... <(formatLang(line.quantity, invoice.party.lang,
digits=line.unit_digits) + (line.unit and (' ' + *line.unit.symbol*) or
'')) or ''>
Can someone tell me why I can't change the UOM symbol in this report?
Thank you
Paul