Rewritten sales shipping cost taxation, improved shipping cost handling in sales...
[fa-stable.git] / sales / customer_delivery.php
index 1e29859ea49905f170704b7f19967f9c62c0a4e7..d0895890936e4cb72fa09da451cbd1f6ca0a85e0 100644 (file)
@@ -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'])) {