Index: openacs-4/packages/ecommerce/www/admin/customer-service/email-send-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/email-send-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/admin/customer-service/email-send-2.tcl 18 Sep 2002 21:33:49 -0000 1.5 +++ openacs-4/packages/ecommerce/www/admin/customer-service/email-send-2.tcl 18 Aug 2008 11:02:23 -0000 1.6 @@ -19,7 +19,7 @@ action_id issue_id customer_service_rep - email_to_use + email_to_use:notnull cc_to bcc_to subject Index: openacs-4/packages/ecommerce/www/admin/customer-service/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/index.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/admin/customer-service/index.tcl 24 Feb 2005 13:33:14 -0000 1.5 +++ openacs-4/packages/ecommerce/www/admin/customer-service/index.tcl 18 Aug 2008 11:02:23 -0000 1.6 @@ -92,7 +92,7 @@ append doc_body "
add New Interaction
" if { [llength $issue_type_list] == 0 } { - append doc_body "If you want to see issues separated out by commonly used issue types, then add those issue types to the issue type in Picklist Management.
" + append doc_body "If you want to see issues separated out by commonly used issue types, then add those issue types to the issue type in Picklist Management.
" } append doc_body "Here's what we could determine about the customer given the information you typed into the previous form: -
A customer may discuss several issues during the course of one interaction. Please enter the information about only one issue below:
-+
However, you haven't selected that user as the customer involved in this interaction. -
+
Would you like to make this user be the owner of this interaction? (If not, push Back and fix the issue ID.) - -
@@ -183,21 +183,21 @@ [ad_context_bar [list "../index.tcl" "Ecommerce([ec_system_name])"] [list "index.tcl" "Customer Service Administration"] "New Interaction"]Issue ID $issue_id belongs to the the non-registered person who has had a previous interaction with us: [ec_user_identification_summary $issue_user_identification_id] -
+
However, you haven't selected that user as the customer involved in this interaction. -
+
Would you like to make this user be the owner of this interaction? (If not, push Back and fix the issue ID.) - -
@@ -235,7 +235,7 @@ # see who the order belongs to set row_exists_p [db_0or1row get_order_owner "select user_id as order_user_id from ec_orders where order_id=:order_id"] if { $row_exists_p==0 } { - ad_return_complaint 1 "Order ID $order_id belongs to the registered user [db_string get_user_name "select first_names || ' ' || last_name from cc_users where user_id=:order_user_id"]. +
However, you haven't selected that user as the customer involved in this interaction. - +
Would you like to make this user be the owner of this interaction? (If not, push Back and fix the order ID.) - -
@@ -394,7 +394,7 @@ # F. closed_by (=null if close_issue_p=f, =customer_service_rep if close_issue_p=t) # 2. Have to insert into ec_cs_issue_type_map: # issue_id & issue_type for each issue_type in issue_type_list - +#ns_log Notice "issue_type [value_if_exists issue_type], create_new_issue_p $create_new_issue_p " if { $create_new_issue_p == "t" } { if { $close_issue_p == "t" } { set customer_service_rep_bit :customer_service_rep @@ -408,7 +408,8 @@ values (:issue_id, :uiid_to_insert, :order_id, $date_string, $close_date, $customer_service_rep_bit) " - + set issue_type_list [concat $issue_type_list $issue_type] + foreach issue_type $issue_type_list { db_dml insert_into_issue_tm "insert into ec_cs_issue_type_map (issue_id, issue_type) Index: openacs-4/packages/ecommerce/www/admin/customer-service/picklists.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/picklists.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/customer-service/picklists.tcl 9 Mar 2004 00:59:47 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/customer-service/picklists.tcl 18 Aug 2008 11:02:23 -0000 1.4 @@ -64,10 +64,10 @@ } if { $picklist_item_counter != 0 } { - append doc_body "