Customer Delivery: fixed regression after last commit.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 13 May 2015 10:26:27 +0000 (12:26 +0200)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 13 May 2015 10:26:27 +0000 (12:26 +0200)
sales/customer_delivery.php

index 767fd7c2910104164a4b72bac6a59e5fad8b48be..fe4ae8276d507f269dbf57ada97d2339b20c6e46 100644 (file)
@@ -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'");
 }