From a8c775ed6820a7be3abf0de6a3cde5da5f8275f5 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 3 Sep 2010 13:57:37 +0000 Subject: [PATCH] Rerun --- sales/customer_invoice.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sales/customer_invoice.php b/sales/customer_invoice.php index d3a9e937..180a8037 100644 --- a/sales/customer_invoice.php +++ b/sales/customer_invoice.php @@ -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(" ", "colspan=2"); end_row(); end_table(); -- 2.30.2