[interchange-cvs] interchange - edl modified dist/foundation/products/shipping.asc

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Feb 13 15:13:33 EST 2004


User:      edl
Date:      2004-02-13 20:13:33 GMT
Modified:  dist/foundation/products shipping.asc
Log:
Fixed brain-dead error on my part with [data ..] tag.

Revision  Changes    Path
2.4       +3 -3      interchange/dist/foundation/products/shipping.asc


rev 2.4, prev_rev 2.3
Index: shipping.asc
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/products/shipping.asc,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- shipping.asc	13 Feb 2004 20:03:04 -0000	2.3
+++ shipping.asc	13 Feb 2004 20:13:33 -0000	2.4
@@ -89,13 +89,13 @@
 GXG	Global Express Guaranteee	weight	0	70	f [usps-query service="GLOBAL EXPRESS GUARANTEED NON-DOCUMENT SERVICE" weight="@@TOTAL@@" country="[data base=country field=name key=code]"]		
 
 EMS	Global Express Mail	weight	0	0	e Nothing to ship!		{ 'ui_ship_type' => "USPSE:EMS", 'ups' => "0", 'at_least' => "10", adder => "5.00" }
-EMS	Global Express Mail	weight	0	70	f [usps-query service="GLOBAL EXPRESS MAIL (EMS)" weight="@@TOTAL@@" country="[data base=country field=name key=code]"]		
+EMS	Global Express Mail	weight	0	70	f [usps-query service="GLOBAL EXPRESS MAIL (EMS)" weight="@@TOTAL@@" country="[data table=country col=name key="[value country]"]"]		
 
 APP	Airmail Parcel Post	weight	0	0	e Nothing to ship!		{ 'ui_ship_type' => "USPSE:APP", 'ups' => "0", 'at_least' => "10", adder => "5.00" }
-APP	Airmail Parcel Post	weight	0	70	f [usps-query service="AIRMAIL PARCEL POST" weight="@@TOTAL@@" country="[data base=country field=name key=code]"]		
+APP	Airmail Parcel Post	weight	0	70	f [usps-query service="AIRMAIL PARCEL POST" weight="@@TOTAL@@" country="[data table=country col=name key="[value country]"]"]		
 
 SPP	Surface Parcel Post	weight	0	0	e Nothing to ship!		{ 'ui_ship_type' => "USPSE:SPP", 'ups' => "0", 'at_least' => "10", adder => "5.00" }
-SPP	Surface  Parcel Post	weight	0	70	f [usps-query service="ECONOMY (SURFACE) PARCEL POST" weight="@@TOTAL@@" country="[data base=country field=name key=code]"]		
+SPP	Surface  Parcel Post	weight	0	70	f [usps-query service="ECONOMY (SURFACE) PARCEL POST" weight="@@TOTAL@@" country="[data table=country col=name key="[value country]"]"]		
 
 FLATD	Flat rate	quantity	0	0	e Nothing to ship!
 FLATD	Flat rate	quantity	1	100	f [var SHIP_FLAT_DOM_RATE]








More information about the interchange-cvs mailing list