PO PDF Number Format
Summary
How to change the number format on PO PDFContent
Hi,
Current situation:
User has number format in UI as 1.000,00. This works fine.
When viewing a PO PDF, it always defaults to format: 1,000.00.
Desired situation:
PDF shows same number format as the user is showing on the UI.
How can we achieve this? When looking at the Data Model, the number fields are fetched using the for example: 'PO_BIP_HELPER.get_ordered_display()'. It is rather unclear how to adjust this to result in our desired situation.
Or do I need to alter the seeded RTF that's used, to format the numbers (again)?
0