From: Joe Hunt Date: Thu, 5 Nov 2009 09:57:14 +0000 (+0000) Subject: Bug on line 215 in /sales/customer_delivery.php X-Git-Tag: v2.4.2~19^2~1046 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=c07e889ccd4c5aa23f93e2b00266f93e370eeab0;p=fa-stable.git Bug on line 215 in /sales/customer_delivery.php --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b9d897bf..af386e36 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index 2049c49e..f41b058d 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -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']; } //------------------------------------------------------------------------------