| Author |
Message |
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 26/01/2012 21:33:49
|
ThomasMagnum
SysAider
Joined: 01/08/2011
Messages: 1
Offline
|
Email notifications show a comma in the service request number, i.e. #10,163
I would like to change that to #10163 and have been told to modify the translate file. I have been told to do the following:
Go to Customize -> Translate, download the translation file in your chosen language, save it on your computer and change the appropriate fields from
{0,number,integer}
to
{0,number,#0}
But that has no effect, the format is still #10,163
Who can help?
|
|
|
![[Post New]](/Sysforums/templates/default/images/icon_minipost_new.gif) 01/04/2012 14:22:38
|
zehavit
SysAid Customer Relations
Joined: 23/11/2011
Messages: 27
Offline
|
Hi THomasMagnum, thanks for your post!
In order to remove the comma separator for thousands between numbers (ex. 1500 instead of 1,500), please do the following:
Go to Preferences -> Customize -> Translate tab and change the appropriate fields from
{0,number,integer}
to
{0,number,#0}
For example, if you want to apply the change to notifications, please change this value in the field starting with sr.notif.
Best regards,
Zehavit Belo
Customer Relations
|
|
|
|
|