X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=sales%2Fcustomer_payments.php;h=f314b9889b250f05289022009bdeaa913de51644;hp=592d0e7f903c95986eb607f7aa71b29aa82d4893;hb=c7fa25a75b6a5c51aac91dec186217b134d7bcbc;hpb=2bcdab793e406bb5a44d2c4e079ec7cc2a1aa857 diff --git a/sales/customer_payments.php b/sales/customer_payments.php index 592d0e7f..f314b988 100644 --- a/sales/customer_payments.php +++ b/sales/customer_payments.php @@ -243,6 +243,7 @@ if (get_post('AddPaymentItem') && can_process()) { input_num('amount'), input_num('discount'), $_POST['memo_'], 0, input_num('charge'), input_num('bank_amount', input_num('amount'))); $_SESSION['alloc']->trans_no = $payment_no; + $_SESSION['alloc']->date_ = $_POST['DateBanked']; $_SESSION['alloc']->write(); unset($_SESSION['alloc']);