From: Janusz Dobrowolski Date: Wed, 13 May 2015 10:26:27 +0000 (+0200) Subject: Customer Delivery: fixed regression after last commit. X-Git-Tag: v2.4.2~19^2~170 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=43e61a747cf4b04ccdbfc9e179f4931fcc8a7876 Customer Delivery: fixed regression after last commit. --- diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index 767fd7c2..fe4ae827 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -336,7 +336,7 @@ if ($_SESSION['Items']->trans_no==0) { ref_cells(_("Reference"), 'ref', '', null, "class='tableheader2'", false, ST_CUSTDELIVERY, array('customer' => $_SESSION['Items']->customer_id, 'branch' => $_SESSION['Items']->Branch, - 'date' => get_post('DispatchDate')); + 'date' => get_post('DispatchDate'))); } else { label_cells(_("Reference"), $_SESSION['Items']->reference, "class='tableheader2'"); }