X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep109.php;h=00b06d2ef1f2c513bcf288a527f8e419f9fe6162;hb=7e8c90ee7e898a9181f62f387ccb92158f47f59c;hp=7c57da3f3f643afd30ff6d7ba4dda7ee85c3d351;hpb=2383d33373d6ddec06906658a0ed6398077c1147;p=fa-stable.git diff --git a/reporting/rep109.php b/reporting/rep109.php index 7c57da3f..00b06d2e 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -163,6 +163,7 @@ function print_sales_orders() $myrow['contact_email'] = $branch['email']; $myrow['DebtorName'] = $branch['br_name']; } + $myrow['reference'] = $i; $rep->End($email, $doc_Invoice_no . " " . $i, $myrow); } }