From: Janusz Dobrowolski Date: Wed, 15 Apr 2015 13:50:18 +0000 (+0200) Subject: Fixed typo in Suppliers Report. X-Git-Tag: v2.4.2~19^2~207 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=ad979607bf3d6fa4a5a9b5e1542bbc9ea6af211b;p=fa-stable.git Fixed typo in Suppliers Report. --- 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; }