X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep203.php;h=daa5d8a78d084a1d88475a4c751f8f89b3f934a0;hb=a9d55e1c13cbd6a6305b9322ec8621a06516f9f3;hp=1422ce256f7fc9d87f33331e1b75394a3c7edca9;hpb=95fd152649f9383cee8680762daf3430e8250bd6;p=fa-stable.git diff --git a/reporting/rep203.php b/reporting/rep203.php index 1422ce25..daa5d8a7 100644 --- a/reporting/rep203.php +++ b/reporting/rep203.php @@ -50,13 +50,13 @@ function getTransactions($supplier, $date) function print_payment_report() { - global $path_to_root, $systypes_array; + global $path_to_root, $systypes_array; - $to = $_POST['PARAM_0']; - $fromsupp = $_POST['PARAM_1']; - $currency = $_POST['PARAM_2']; - $no_zeros = $_POST['PARAM_3']; - $comments = $_POST['PARAM_4']; + $to = $_POST['PARAM_0']; + $fromsupp = $_POST['PARAM_1']; + $currency = $_POST['PARAM_2']; + $no_zeros = $_POST['PARAM_3']; + $comments = $_POST['PARAM_4']; $orientation = $_POST['PARAM_5']; $destination = $_POST['PARAM_6']; if ($destination) @@ -94,7 +94,7 @@ function print_payment_report() 1 => array('text' => _('End Date'), 'from' => $to, 'to' => ''), 2 => array('text' => _('Supplier'), 'from' => $from, 'to' => ''), 3 => array( 'text' => _('Currency'),'from' => $currency, 'to' => ''), - 4 => array('text' => _('Suppress Zeros'), 'from' => $nozeros, 'to' => '')); + 4 => array('text' => _('Suppress Zeros'), 'from' => $nozeros, 'to' => '')); $rep = new FrontReport(_('Payment Report'), "PaymentReport", user_pagesize(), 9, $orientation); if ($orientation == 'L')