X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep105.php;h=1d3f66b3dbe9fa40f7af137fbc6d942a526ea221;hb=2929f4274302269fcc09f23eb214a51c9d522adb;hp=a5e0ef3c112277959a3c3e5460b38bfdf069922b;hpb=7a50c189ea995d5fe6785feb7710c00396065d2b;p=fa-stable.git diff --git a/reporting/rep105.php b/reporting/rep105.php index a5e0ef3c..1d3f66b3 100644 --- a/reporting/rep105.php +++ b/reporting/rep105.php @@ -147,7 +147,7 @@ function print_order_status_list() $rep->TextCol(0, 1, $myrow['stk_code']); $rep->TextCol(1, 2, $myrow['description']); $rep->TextCol(2, 3, number_format2($myrow['quantity'], $dec)); - $rep->TextCol(3, 4, number_format2($myrow['qty_invoiced'], $dec)); + $rep->TextCol(3, 4, number_format2($myrow['qty_sent'], $dec)); $rep->TextCol(4, 5, number_format2($myrow['quantity'] - $myrow['qty_sent'], $dec)); if ($myrow['quantity'] - $myrow['qty_sent'] > 0) {