how to show Symbol of currency in substitution

I am in Canada, I knew that start from Dolibarr 8.0.0, we are able to add currency symbol in invoice without doing PHP thing.
So yesterday, I upgrade Dolibarr from 7.0.1 to 8.0.4, but I could not find the option to add currency symbol.
Let’s say, if I would like show “CAN$ 110.23” instead of just “110.23” in invoice.
Please help.
Thanks.

Hi
I made this option within ultimatepdf
Regards
Philippe

Hello Dear,

did you find any solution regarding the Currency symbol? I also wanted to add a currency symbol to all pdf files.

I am very thankful to you.
Kind regards,
Adnan

Hello Adnan
Here is an example of what I get if I select CAN$ :

PROV2212.pdf (297 KB)

Hello Grandoc,

Thank you for your immediate response, could you please let me know how you add Currency Symbol to total amount?

Regards,
Adnan

Hi,
I told you, I added the code within my module
regards

Use this function:

price($object->total_ttc, 1, $langs, 0, -1, -1, $conf->currency)