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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Aug 11 18:07:50 EDT 2005


User:      racke
Date:      2005-08-11 22:07:50 GMT
Modified:  lib/Vend/Table Editor.pm
Log:
fix bug with duplicate column header, visible in order status UI page

Revision  Changes    Path
1.80      +3 -3      interchange/lib/Vend/Table/Editor.pm


rev 1.80, prev_rev 1.79
Index: Editor.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- Editor.pm	28 Jun 2005 07:10:57 -0000	1.79
+++ Editor.pm	11 Aug 2005 22:07:50 -0000	1.80
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.79 2005/06/28 07:10:57 jon Exp $
+# $Id: Editor.pm,v 1.80 2005/08/11 22:07:50 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Table::Editor;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.79 $, 10);
+$VERSION = substr(q$Revision: 1.80 $, 10);
 
 use Vend::Util;
 use Vend::Interpolate;
@@ -3498,7 +3498,7 @@
 <input type="hidden" name="mv_data_multiple_qual__$tcount" value="$lrq">
 $an_piece
 $l_pkey</td>};
-			push @lout, $Tag->row_edit({ table => $lt, columns => "$lk $lf" });
+			push @lout, $Tag->row_edit({ table => $lt, columns => $lf });
 			push @lout, '</tr>';
 
 			my $tname = $ldb->name();








More information about the interchange-cvs mailing list