Fixed get_post() support for numeric fields.
[fa-stable.git] / 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;
                        }