From 86406a97a538125d1b1cb116870f24b379ceefec Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 17 Apr 2018 22:29:11 +0200 Subject: [PATCH] Typo in report Customer Detail Listing --- reporting/rep103.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2