Bug on line 215 in /sales/customer_delivery.php
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 5 Nov 2009 09:57:14 +0000 (09:57 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 5 Nov 2009 09:57:14 +0000 (09:57 +0000)
CHANGELOG.txt
sales/customer_delivery.php

index b9d897bf8c9165be3d7efeca41c80550037f6ab5..af386e3606ab9465e1254e9133b80612f25b1171 100644 (file)
@@ -25,6 +25,8 @@ $ /sales/includes/ui/sales_order_ui.inc
   /sales/sales_order_entry.php
 ! Include freight_cost in Sales Quotations, Orders in inquiries.
 $ /sales/inquiry/sales_orders_view.php
+# Bug on line 215 in /sales/customer_delivery.php
+$ /sales/customer_delivery.php
 
 04-Nov-2009 Tom Hallman/Joe Hunt
 ! Included dimension(s) in Bank Deposit/Payment View and correct signs.
index 2049c49ed9952d54229dae3fb3d82cc8c13f7f80..f41b058d6233865cf00134e16ae2598701543a74 100644 (file)
@@ -212,7 +212,7 @@ function copy_to_cart()
        $cart->Location = $_POST['Location'];
        $cart->Comments = $_POST['Comments'];
        if ($cart->trans_no == 0)
-               $dn->ref = $_POST['ref'];
+               $cart->reference = $_POST['ref'];
 
 }
 //------------------------------------------------------------------------------