Bug in exchange variation calculation in certain situations
[fa-stable.git] / sales / customer_delivery.php
index cd7299a8d18d96c807129f913ce453edc8161f82..a1ac4eb78af9f9bc3ef9a9a1045e38903c49ba53 100644 (file)
@@ -377,7 +377,9 @@ start_table("$table_style width=90%");
 if (!isset($_POST['due_date']) || !is_date($_POST['due_date'])) {
        $_POST['due_date'] = get_invoice_duedate($_SESSION['Items']->customer_id, $_POST['DispatchDate']);
 }
-date_row(_("Invoice Dead-line"), 'due_date', '', null, 0, 0, 0, "class='tableheader2'");
+start_row();
+date_cells(_("Invoice Dead-line"), 'due_date', '', null, 0, 0, 0, "class='tableheader2'");
+end_row();
 end_table();
 
 echo "</td></tr>";