From: Joe Hunt Date: Fri, 3 Sep 2010 13:57:37 +0000 (+0000) Subject: Rerun X-Git-Tag: v2.4.2~19^2~648 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a8c775ed6820a7be3abf0de6a3cde5da5f8275f5;p=fa-stable.git Rerun --- 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();