summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/part_pkg.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2008-08-30 02:10:09 +0000
committerjeff <jeff>2008-08-30 02:10:09 +0000
commit0269c850cfefc00d5da255f88c63a314e1ab6cd0 (patch)
tree53795427365228558807c7f598a560ef4ea16ada /httemplate/edit/process/part_pkg.cgi
parent9333aeac70f034bb3a253a87d7d20a60878c4d47 (diff)
bug squashing for multiple usage classes
Diffstat (limited to 'httemplate/edit/process/part_pkg.cgi')
-rwxr-xr-xhttemplate/edit/process/part_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/part_pkg.cgi b/httemplate/edit/process/part_pkg.cgi
index d338b8299..669b75946 100755
--- a/httemplate/edit/process/part_pkg.cgi
+++ b/httemplate/edit/process/part_pkg.cgi
@@ -164,7 +164,7 @@ foreach my $override_class ($cgi->param) {
'link_table' => 'part_pkg_taxoverride',
'target_table' => 'tax_class',
'hashref' => { 'usage_class' => $class },
- 'params' => \@tax_overrides,
+ 'params' => [ @tax_overrides ],
};
}