X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_delivery.php;h=30e359193d6e25253d0ac1ed60d4084b235cb30b;hb=207ae289c358ff57c1adc55304a65b17a5dc4132;hp=c7e051e1bab3c43962a3c1ae33e8df3dc1e0979a;hpb=14aa0635fd12ae41e1ddb1d74dc59e48d3b1dc44;p=fa-stable.git diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index c7e051e1..30e35919 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -95,6 +95,9 @@ if (isset($_GET['OrderNumber']) && $_GET['OrderNumber'] > 0) { die ("
" . _("This order has no items. There is nothing to delivery.") . ""); } + // Adjust Shipping Charge based upon previous deliveries TAM + adjust_shipping_charge($ord, $_GET['OrderNumber']); + $_SESSION['Items'] = $ord; copy_from_cart();