X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep103.php;h=271d6818c8453e8b8943c4c0d4a7f2dbcc41d525;hb=25379bdc9f10bda4aae4b37f04d16eb1bbe7e4f6;hp=a93d56062c853ff8ff81a9a1dc818a2fae74de90;hpb=a9d55e1c13cbd6a6305b9322ec8621a06516f9f3;p=fa-stable.git diff --git a/reporting/rep103.php b/reporting/rep103.php index a93d5606..271d6818 100644 --- a/reporting/rep103.php +++ b/reporting/rep103.php @@ -255,7 +255,7 @@ function print_customer_details_listing() { $oldrow = $rep->row; $rep->NewLine(); - $rep->TextColLines(1, 2, _("Gereral Notes:")." ".$myrow['notes'], -2); + $rep->TextColLines(1, 2, _("General Notes:")." ".$myrow['notes'], -2); $newrow = $rep->row; $rep->row = $oldrow; }