This topic is locked
[SOLVED]

 Invoice Template

1/5/2013 1:43:33 PM
PHPRunner General questions
J
jura author

hello,
how do I remove the currency symbol, from the add, edit and view pages.

I have changed my view the field from currency to number but a field that shows the tax continue to show regional currency.
i know that is somwhere in java on load section but.....
any help
Thanks
Tomislav
Phprunner 6.2

Sergey Kornilov admin 1/7/2013

Proceed to Events Editor and run a search across all events for the $currency["SCURRENCY"] string. It should return three results. Replace those lines of code with the following:

$currency["SCURRENCY"]="";
J
jura author 1/7/2013



Proceed to Events Editor and run a search across all events for the $currency["SCURRENCY"] string. It should return three results. Replace those lines of code with the following:

$currency["SCURRENCY"]="";



i have try this, but stil is same....

J
jura author 1/7/2013



i have try this, but stil is same....

Sergey Kornilov admin 1/7/2013

I have tested this solution before posting it here and it worked for me. Post a screenshot that shows what event you modifing and what is your code.

J
jura author 1/7/2013



I have tested this solution before posting it here and it worked for me. Post a screenshot that shows what event you modifing and what is your code.






J
jura author 1/7/2013



I have tested this solution before posting it here and it worked for me. Post a screenshot that shows what event you modifing and what is your code.



work, but on field that showing caclulated tax is still croatian curency