! -> Note
$ -> Affected files
+15-Jul-2008 Janusz Dobrowolski
+# Fixed bug [0000018] - unwanted freight cost reset on page update.
+$ /sales/customer_delivery.php
+
14-Jul-2008 Janusz Dobrowolski
# Fixed bug [0000017] - error while checking qoh
$ /includes/ui/items_cart.inc
end_row();
}
-$_POST['ChargeFreightCost'] = price_format($_SESSION['Items']->freight_cost);
-
-if (!check_num('ChargeFreightCost')) {
- $_POST['ChargeFreightCost'] = price_format(0);
-}
+$_POST['ChargeFreightCost'] = get_post('ChargeFreightCost',
+ price_format($_SESSION['Items']->freight_cost));
start_row();