From ad979607bf3d6fa4a5a9b5e1542bbc9ea6af211b Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Wed, 15 Apr 2015 15:50:18 +0200 Subject: [PATCH] Fixed typo in Suppliers Report. --- reporting/rep205.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/rep205.php b/reporting/rep205.php index b94ebca3..d2f500b3 100644 --- a/reporting/rep205.php +++ b/reporting/rep205.php @@ -176,7 +176,7 @@ function print_supplier_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