From: Janusz Dobrowolski Date: Mon, 17 Jan 2011 17:58:39 +0000 (+0000) Subject: Screen refresh on Update button fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=8c1c1ddbe92f960640a3b8dca2f16ea1c7dee185;p=textcart.git Screen refresh on Update button fixed. --- diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index 48f3f0d..2610349 100644 --- a/sales/customer_credit_invoice.php +++ b/sales/customer_credit_invoice.php @@ -164,10 +164,10 @@ function check_quantities() $_SESSION['Items']->line_items[$line_no]->qty_dispatched = input_num('Line'.$line_no); } + else { + $ok = 0; + } } - else { - $ok = 0; - } if (isset($_POST['Line'.$line_no.'Desc'])) { $line_desc = $_POST['Line'.$line_no.'Desc'];