From 288ef1c40b08f3d75cec56fc4f9b0477c661525f Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 18 Jun 2008 19:24:50 +0000 Subject: s helps alot --- httemplate/edit/part_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate') 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 ); -- cgit v1.2.1