Fixed typo in Suppliers Report.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 15 Apr 2015 13:50:18 +0000 (15:50 +0200)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 15 Apr 2015 13:50:18 +0000 (15:50 +0200)
reporting/rep205.php

index b94ebca349c1a34cb4c8187cff40b39e50991730..d2f500b3957d5f2f85fa4c599ba443dc5d35f7b7 100644 (file)
@@ -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;
                        }