From: Janusz Dobrowolski Date: Tue, 19 Nov 2013 16:35:33 +0000 (+0100) Subject: Fixed back link presented when trying to modify fully invoiced Customer Delivery. X-Git-Tag: 2.3-final~169 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=6a490756f95863cd9c86884cd65caa45b1d42e5d;p=fa-stable.git Fixed back link presented when trying to modify fully invoiced Customer Delivery. --- 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.") . "
";