From: ivan Date: Wed, 18 Jun 2008 19:24:50 +0000 (+0000) Subject: s helps alot X-Git-Tag: root_of_webpay_support~552 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=288ef1c40b08f3d75cec56fc4f9b0477c661525f s helps alot --- diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index 3e0a35466..d10a09a5a 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -210,7 +210,7 @@ my $new_object_callback = sub { $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 );