From: Joe Hunt Date: Tue, 17 Apr 2018 20:29:11 +0000 (+0200) Subject: Typo in report Customer Detail Listing X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=86406a97a538125d1b1cb116870f24b379ceefec Typo in report Customer Detail Listing --- 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; }