1 (edited by poncho1234 04/17/2018 08:06:02 pm)

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?

The FrontAccounting Wiki(Manual, examples, tips, setup info, links to accounting sites, etc) https://frontaccounting.com/fawiki/

Re: Typo in rep103

Thanks. Committed to Repo.

/Joe