From 6a490756f95863cd9c86884cd65caa45b1d42e5d Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Tue, 19 Nov 2013 17:35:33 +0100 Subject: [PATCH] Fixed back link presented when trying to modify fully invoiced Customer Delivery. --- sales/customer_delivery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index ef5aa72c..114f3d4a 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -106,7 +106,7 @@ if (isset($_GET['OrderNumber']) && $_GET['OrderNumber'] > 0) { $_SESSION['Items'] = new Cart(ST_CUSTDELIVERY, $_GET['ModifyDelivery']); if ($_SESSION['Items']->count_items() == 0) { - hyperlink_params($path_to_root . "/sales/inquiry/sales_orders_view.php", + hyperlink_params($path_to_root . "/sales/inquiry/customer_inquiry.php", _("Select a different delivery"), "OutstandingOnly=1"); echo "
" . _("This delivery has all items invoiced. There is nothing to modify.") . "
"; -- 2.30.2