[freeside-commits] freeside/httemplate/edit part_pkg.cgi, 1.93, 1.94

Ivan,,, ivan at wavetail.420.am
Wed Jun 18 12:24:52 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv1097

Modified Files:
	part_pkg.cgi 
Log Message:
s helps alot

Index: part_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_pkg.cgi,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- part_pkg.cgi	18 Jun 2008 19:09:28 -0000	1.93
+++ part_pkg.cgi	18 Jun 2008 19:24:50 -0000	1.94
@@ -210,7 +210,7 @@
     $part_pkg = $clone_part_pkg->clone;
     $part_pkg->disabled('Y');
     %options = $clone_part_pkg->options;
-    $part_pkg->set($_ => $option{$_})
+    $part_pkg->set($_ => $options{$_})
       foreach (qw( setup_fee recur_fee ));
   } else {
     $part_pkg = FS::part_pkg->new( $hashref );



More information about the freeside-commits mailing list