X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep205.php;h=d2f500b3957d5f2f85fa4c599ba443dc5d35f7b7;hb=33dfc21a26f08e9ac19048bbcf80cce2351a6cfe;hp=f6da337f05d83671e928acec5f14312742a1e55f;hpb=53d942f2a0d20cce5e9c409c6485867ce0869e4d;p=fa-stable.git diff --git a/reporting/rep205.php b/reporting/rep205.php index f6da337f..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; } @@ -206,4 +206,3 @@ function print_supplier_details_listing() $rep->End(); } -?> \ No newline at end of file