Reference removed
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 23 Oct 2008 14:52:50 +0000 (14:52 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 23 Oct 2008 14:52:50 +0000 (14:52 +0000)
purchasing/includes/ui/invoice_ui.inc

index 91c4fdf2818af11cbd49002d1050e71d0524f24a..1162329be38ad0514102939c806425884cb2db9e 100644 (file)
@@ -274,7 +274,7 @@ function display_gl_items(&$supp_trans, $mode=0)
 
        }
        if ($mode == 1)
-               display_gl_controls(&$supp_trans);
+               display_gl_controls($supp_trans);
        $colspan = ($dim == 2 ? 4 : ($dim == 1 ? 3 : 2));
        label_row(_("Total"), price_format($total_gl_value),
                "colspan=".$colspan." align=right", "nowrap align=right");