From: Janusz Dobrowolski Date: Mon, 17 Jan 2011 17:58:39 +0000 (+0000) Subject: Screen refresh on Update button fixed. X-Git-Tag: 2.3-final~818 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=39d2a0b6037b2cc6c63bd654da576bf43609c993;p=fa-stable.git Screen refresh on Update button fixed. --- diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index 48f3f0d5..26103493 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'];