Typo in report Customer Detail Listing
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 17 Apr 2018 20:29:11 +0000 (22:29 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 17 Apr 2018 20:29:11 +0000 (22:29 +0200)
reporting/rep103.php

index a93d56062c853ff8ff81a9a1dc818a2fae74de90..271d6818c8453e8b8943c4c0d4a7f2dbcc41d525 100644 (file)
@@ -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;
                        }