From 077dc2d74139b248cff89362726c5b63dfda103e Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 18 Aug 2009 13:52:28 +0000 Subject: [PATCH] Minor error --- purchasing/includes/ui/invoice_ui.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/purchasing/includes/ui/invoice_ui.inc b/purchasing/includes/ui/invoice_ui.inc index 0fdf7f7..5e9520e 100644 --- a/purchasing/includes/ui/invoice_ui.inc +++ b/purchasing/includes/ui/invoice_ui.inc @@ -293,7 +293,8 @@ function display_gl_items(&$supp_trans, $mode=0) /////////// 2009-08-18 Joe Hunt if ($mode > 1 && !is_tax_account($entered_gl_code->gl_code)) $total_gl_value += $entered_gl_code->amount; - + else + $total_gl_value += $entered_gl_code->amount; $i++; if ($i > 15) { -- 2.30.2