X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep205.php;h=4b27c182c697804ba060d71be0d8473f254d3c5c;hb=317210096efdbe5b375d5a0112d4f10a3c3c0b53;hp=5de3fd4aa590c06720b3295374037e953d5b1e01;hpb=f44132511cc91b83f20f91af0625d4b112b4c26e;p=fa-stable.git diff --git a/reporting/rep205.php b/reporting/rep205.php index 5de3fd4a..4b27c182 100644 --- a/reporting/rep205.php +++ b/reporting/rep205.php @@ -124,7 +124,7 @@ function print_supplier_details_listing() { $newrow = 0; $rep->NewLine(); - // Here starts the new report lines 2013-01-28 Joe Hunt + // Here starts the new report lines $contacts = get_supplier_contacts($myrow['supplier_id']); $rep->TextCol(0, 1, $myrow['supp_name']); $rep->TextCol(1, 2, _('Tax_Id') . ": " . $myrow['gst_no']);