projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe9ee3d
)
small bugfix for options option
author
ivan
<ivan>
Fri, 25 Feb 2005 20:52:11 +0000
(20:52 +0000)
committer
ivan
<ivan>
Fri, 25 Feb 2005 20:52:11 +0000
(20:52 +0000)
FS/FS/part_pkg.pm
patch
|
blob
|
history
diff --git
a/FS/FS/part_pkg.pm
b/FS/FS/part_pkg.pm
index
63cf00f
..
a0683c8
100644
(file)
--- a/
FS/FS/part_pkg.pm
+++ b/
FS/FS/part_pkg.pm
@@
-190,7
+190,7
@@
sub insert {
} elsif ( $options{'options'} ) {
warn " inserting part_pkg_option records for options hashref" if $DEBUG;
- foreach my $optionname ( %{$options{'options'}} ) {
+ foreach my $optionname (
keys
%{$options{'options'}} ) {
my $part_pkg_option =
new FS::part_pkg_option {