projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa0440
)
Rerun
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 3 Sep 2010 13:57:37 +0000
(13:57 +0000)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 3 Sep 2010 13:57:37 +0000
(13:57 +0000)
sales/customer_invoice.php
patch
|
blob
|
history
diff --git
a/sales/customer_invoice.php
b/sales/customer_invoice.php
index d3a9e9374f4a84a5fcb59bcc0c0f0df0c138b240..180a80370aa80a88afa4baa815d94d8256b8a0bb 100644
(file)
--- 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();