Rerun
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 3 Sep 2010 13:57:37 +0000 (13:57 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 3 Sep 2010 13:57:37 +0000 (13:57 +0000)
sales/customer_invoice.php

index d3a9e9374f4a84a5fcb59bcc0c0f0df0c138b240..180a80370aa80a88afa4baa815d94d8256b8a0bb 100644 (file)
@@ -418,6 +418,8 @@ if (!isset($_POST['due_date']) || !is_date($_POST['due_date'])) {
 date_cells(_("Due Date"), 'due_date', '', null, 0, 0, 0, "class='tableheader2'");
 if ($dim > 1) 
        label_cells(_("Dimension"). " 2", get_dimension_string($_SESSION['Items']->dimension2_id), "class='tableheader2'");
+else if ($dim > 0)
+       label_cell("&nbsp;", "colspan=2");
 
 end_row();
 end_table();