summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-06-18 19:24:50 +0000
committerivan <ivan>2008-06-18 19:24:50 +0000
commit288ef1c40b08f3d75cec56fc4f9b0477c661525f (patch)
treed6a035c8904b0868fb3bc418d07be0047491954c
parent5e63ae96cf7d3e618c569c3fe12f6a6dae40038e (diff)
s helps alot
-rwxr-xr-xhttemplate/edit/part_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
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 );