Hello,
In global parameters, display tab, I'm unable to update the currency symbol. It always revert back to "euro". When only modifying this parameter. I get the message "no change to save in parameters".
When I modify other parameters along with this one, It saves sucessfully but the value will alway revert back to "euros".
I'm using Projector 9.3.1.
Best regards,
Jf
update in file ../projeqtor/files/config/parameters.php
set
$currency = '€';
update in file ../projeqtor/files/config/parameters.php
set
$currency = '€';
Exact !
Or simply remove this line from parameters.php file ; value in global paraeters will then work fine.
It worked
Thank you