X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=sales%2Fcustomer_delivery.php;h=d0895890936e4cb72fa09da451cbd1f6ca0a85e0;hb=8eb8e44cb90ab144f0849d1ecd2153175b619786;hp=1e29859ea49905f170704b7f19967f9c62c0a4e7;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index 1e29859e..d0895890 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -353,8 +353,8 @@ locations_list_cells(null, 'Location', null, false, true); if (!isset($_POST['ship_via'])) { $_POST['ship_via'] = $_SESSION['Items']->ship_via; } -label_cell(_("Shipping Company"), "class='tableheader2'"); -shippers_list_cells(null, 'ship_via', $_POST['ship_via']); +label_cell(_("Shipping Method"), "class='tableheader2'"); +shipping_methods_list_cells(null, 'ship_via', $_POST['ship_via']); // set this up here cuz it's used to calc qoh if (!isset($_POST['DispatchDate']) || !is_date($_POST['DispatchDate'])) {