Minor error
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 18 Aug 2009 13:52:28 +0000 (13:52 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 18 Aug 2009 13:52:28 +0000 (13:52 +0000)
purchasing/includes/ui/invoice_ui.inc

index 0fdf7f71e43698ac161643381e68508e17584855..5e9520e54f6128e74ad6ddd003c177905d8c6db4 100644 (file)
@@ -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)
                        {