[interchange-cvs] interchange - racke modified lib/Vend/Options.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed Mar 26 09:24:00 2003


User:      racke
Date:      2003-03-26 14:23:08 GMT
Modified:  lib/Vend Options.pm
Log:
added missing call of find_joiner in order to fix [item-options report=1]
avoids spurious HTML code in order emails

Revision  Changes    Path
2.2       +3 -2      interchange/lib/Vend/Options.pm


rev 2.2, prev_rev 2.1
Index: Options.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Options.pm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- Options.pm	12 Feb 2003 03:59:12 -0000	2.1
+++ Options.pm	26 Mar 2003 14:23:08 -0000	2.2
@@ -1,6 +1,6 @@
 # Vend::Options - Interchange item options base module
 #
-# $Id: Options.pm,v 2.1 2003/02/12 03:59:12 mheins Exp $
+# $Id: Options.pm,v 2.2 2003/03/26 14:23:08 racke Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -22,7 +22,7 @@
 package Vend::Options;
 require Exporter;
 
-$VERSION = substr(q$Revision: 2.1 $, 10);
+$VERSION = substr(q$Revision: 2.2 $, 10);
 
 @ISA = qw(Exporter);
 
@@ -193,6 +193,7 @@
 	}
 	$item ||= { code => $sku };
 	$opt = get_option_hash($opt);
+	find_joiner($opt);
 
 	my $module = find_options_type($item, $opt)
 		or return '';