I have been working on omer for the last few months. It is has been build
very well and it has been running very smothly. Just to get myself familar
with the developement procress, I am submitting two minor changes for code review (removing
the ‘$’ symbol) from:
openemr/interface/patient_file/summary/demographics.php &
openemr/interface/patient_file/encounter/copay.php
Thanks
-Logan
Most of the places in the code, it looks like the currency does not have any symbol associated to it, other than these two places I could find. I assumed that there was an attempt to have the currency amount without any symbol next to it, and these two places got missed out. That is why I added these changes.
If we wanted to remove the $, then would want to remove the xl() function that’s wrapped around it, since don’t want to translate the " " (space) character.