Wrong colspan in supplier credit note. Fixed.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 1 Nov 2017 12:07:21 +0000 (13:07 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 1 Nov 2017 12:07:21 +0000 (13:07 +0100)
purchasing/includes/ui/invoice_ui.inc

index c8b45637b8dfe3abec9b4b461700163d8ebeb226..93524a4b3cd7503e2152e6e4dd6c9eaf99a07478 100644 (file)
@@ -568,7 +568,7 @@ function display_grn_items(&$supp_trans, $mode=0)
        if ($mode == 1)
        {
                $ret = display_grn_items_for_selection($supp_trans, $k);
-       $colspan = 10;
+       $colspan = 9;
        }
        else
                $colspan = 5;