[interchange-cvs] interchange - heins modified 2 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Oct 28 11:50:01 2002


User:      heins
Date:      2002-10-28 16:49:04 GMT
Modified:  dist/lib/UI/pages/admin/wizard Tag: STABLE_4_8-branch
Modified:           step_ship_fedex.html step_ship_ups.html
Log:
* Fixed complaints of failed pattern - '3.00' =~ ^\\d+(?:\\.\\d+)?\$.
  Caused by fixing bug in order_check regex -- things did not need to
  be double-escaped anymore.

Revision  Changes    Path
No                   revision



No                   revision



2.1.2.3   +1 -1      interchange/dist/lib/UI/pages/admin/wizard/step_ship_fedex.html


rev 2.1.2.3, prev_rev 2.1.2.2
Index: step_ship_fedex.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/wizard/step_ship_fedex.html,v
retrieving revision 2.1.2.2
retrieving revision 2.1.2.3
diff -u -r2.1.2.2 -r2.1.2.3
--- step_ship_fedex.html	30 Apr 2002 19:20:21 -0000	2.1.2.2
+++ step_ship_fedex.html	28 Oct 2002 16:49:03 -0000	2.1.2.3
@@ -57,7 +57,7 @@
 
 	label.fedadder="[L]Handling charge[/L]"
 	filter.fedadder="digits_dot"
-	check.fedadder="regex ^\\d+(?:\\.\\d+)?\$"
+	check.fedadder="regex ^\d+(?:\.\d+)?$"
 	help.fedadder="[L]Handling/packaging cost to be added to raw FedEx cost[/L]"
 	widget.fedadder=text_8
 	default.fedadder="3.00"



2.1.2.3   +1 -1      interchange/dist/lib/UI/pages/admin/wizard/step_ship_ups.html


rev 2.1.2.3, prev_rev 2.1.2.2
Index: step_ship_ups.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/wizard/step_ship_ups.html,v
retrieving revision 2.1.2.2
retrieving revision 2.1.2.3
diff -u -r2.1.2.2 -r2.1.2.3
--- step_ship_ups.html	30 Apr 2002 19:20:21 -0000	2.1.2.2
+++ step_ship_ups.html	28 Oct 2002 16:49:03 -0000	2.1.2.3
@@ -57,7 +57,7 @@
 
 	label.upsadder="[L]Handling charge[/L]"
 	filter.upsadder="digits_dot"
-	check.upsadder="regex ^\\d+(?:\\.\\d+)?\$"
+	check.upsadder="regex ^\d+(?:\.\d+)?$"
 	help.upsadder="[L]Handling/packaging cost to be added to raw UPS cost[/L]"
 	widget.upsadder=text_8
 	default.upsadder="3.00"