X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_delivery.php;h=814ff8dcc7595fd0c4fc0f3375fec6bb242a271f;hb=68dee220a91ccf1725fc3ee86c8967457b749ccb;hp=2284f18a87ad9ec73a293b7a919f060c7971cade;hpb=4c40cfa3e45f9546731a137e8a30b45dd751c1cb;p=fa-stable.git diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index 2284f18a..814ff8dc 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -377,6 +377,7 @@ 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']); } +customer_credit_row($_SESSION['Items']->customer_id, $_SESSION['Items']->credit, "class='tableheader2'"); start_row(); date_cells(_("Invoice Dead-line"), 'due_date', '', null, 0, 0, 0, "class='tableheader2'"); end_row();