[interchange-cvs] interchange - heins modified lib/Vend/Interpolate.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Jul 28 21:27:03 UTC 2008


User:      heins
Date:      2008-07-28 21:27:03 GMT
Modified:  lib/Vend Tag: STABLE_5_6-branch Interpolate.pm
Log:
* Make levies description fix I should have originally made.

Revision  Changes    Path
No                   revision



No                   revision



2.303.2.3            interchange/lib/Vend/Interpolate.pm


rev 2.303.2.3, prev_rev 2.303.2.2
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.303.2.2
retrieving revision 2.303.2.3
diff -u -r2.303.2.2 -r2.303.2.3
--- Interpolate.pm	28 Jul 2008 20:49:45 -0000	2.303.2.2
+++ Interpolate.pm	28 Jul 2008 21:27:03 -0000	2.303.2.3
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.303.2.2 2008-07-28 20:49:45 mheins Exp $
+# $Id: Interpolate.pm,v 2.303.2.3 2008-07-28 21:27:03 mheins Exp $
 #
 # Copyright (C) 2002-2008 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.303.2.2 $, 10);
+$VERSION = substr(q$Revision: 2.303.2.3 $, 10);
 
 @EXPORT = qw (
 
@@ -5936,6 +5936,9 @@
 						$l->{description} .= tag_shipping_desc($m);
 					}
 				}
+				else {
+					$l->{description} = tag_shipping_desc($m);
+				}
 			}
 		}
 		elsif($type eq 'custom') {







More information about the interchange-cvs mailing list