X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_delivery.php;h=114f3d4a9ccf0331f207d1c8561ae9bcb0cf06d9;hb=6a490756f95863cd9c86884cd65caa45b1d42e5d;hp=ef5aa72cac178e12f71104c148facfef2eae3830;hpb=cb7da60bef5f27507540f827e4a03ede8d08f684;p=fa-stable.git 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.") . "
";