[freeside-commits] freeside/FS/FS/part_event Action.pm,1.2,1.3

Ivan,,, ivan at wavetail.420.am
Wed Oct 29 13:21:48 PDT 2008


Update of /home/cvs/cvsroot/freeside/FS/FS/part_event
In directory wavetail.420.am:/tmp/cvs-serv29052/part_event

Modified Files:
	Action.pm 
Log Message:
huh.  how did event editing ever work?  is this 5.10-specific?

Index: Action.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Action.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Action.pm	4 Oct 2008 22:36:05 -0000	1.2
+++ Action.pm	29 Oct 2008 20:21:45 -0000	1.3
@@ -204,6 +204,7 @@
 sub option_fields_hashref {
   my $self = shift;
   tie my %hash, 'Tie::IxHash', $self->option_fields;
+  \%hash;
 }
 
 =item option_fields_listref
@@ -215,6 +216,7 @@
 sub option_fields_listref {
   my $self = shift;
   my $hashref = $self->option_fields_hashref;
+  warn $hashref;
   [ keys %$hashref ];
 }
 



More information about the freeside-commits mailing list