From 39d2a0b6037b2cc6c63bd654da576bf43609c993 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 17 Jan 2011 17:58:39 +0000 Subject: [PATCH] Screen refresh on Update button fixed. --- sales/customer_credit_invoice.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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']; -- 2.30.2