Payment terms related functions moved to separate file, common function for calculati...
[fa-stable.git] / sales / customer_delivery.php
index 1bec9393a2cfedb7c76171f43d0c5a1cb9034118..637c238d70145fc61683989750072b2696edf4d9 100644 (file)
@@ -373,7 +373,7 @@ echo "</td><td>";// outer table
 start_table(TABLESTYLE, "width='90%'");
 
 if (!isset($_POST['due_date']) || !is_date($_POST['due_date'])) {
-       $_POST['due_date'] = get_invoice_duedate($_SESSION['Items']->payment, $_POST['DispatchDate']);
+       $_POST['due_date'] = get_payment_due_date($_SESSION['Items']->payment, $_POST['DispatchDate']);
 }
 customer_credit_row($_SESSION['Items']->customer_id, $_SESSION['Items']->credit, "class='tableheader2'");