! -> Note
$ -> Affected files
+01-Feb-2010 Joe Hunt
+# [0000198] But ignoring shipping cost in Direct Invoice (cash).
+$ /sales/sales_order_entry.php
+
31-Jan-2010 Joe Hunt
# Bug in Quick Entries with Tax added.
$ /includes/ui/ui_view.inc
if ($cart->cash) {
$cart->due_date = $cart->document_date;
$cart->phone = $cart->cust_ref = $cart->delivery_address = '';
- $cart->freight_cost = 0;
+ $cart->freight_cost = input_num('freight_cost');
$cart->ship_via = 1;
$cart->deliver_to = '';//$_POST['deliver_to'];
} else {