Topic: Colspan fix for Supplier Credit Note page

Lines 568-572 of purchasing/includes/ui/invoice_ui.inc:

    if ($mode == 1)
    {
        $ret = display_grn_items_for_selection($supp_trans, $k);
        $colspan = 10;
    }

should be:

    if ($mode == 1)
    {
        $ret = display_grn_items_for_selection($supp_trans, $k);
        $colspan = 9;
    }
Post's attachments

SuppCrNote_ColSpan.png 36.1 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Colspan fix for Supplier Credit Note page

@joe: Thanks. Commit.