Topic: Typo in rep103
File: \reporting\rep103_ original new.php
is:-
258: $rep->TextColLines(1, 2, _("Gereral Notes:")." ".$myrow['notes'], -2);
It should say:-
258: $rep->TextColLines(1, 2, _("General Notes:")." ".$myrow['notes'], -2);
Also to be ‘picky’ the capitalization of Notes does not look correct either; could be construed as a name, so:-
“The army that invaded Smurfland was led by General Notes”, but the meaning is clearly understood.
Whereas ‘General notes’ = notes in general which is the intended meaning.
But the rest of the labels are capitalized, so your call?