diff options
author | jeff <jeff> | 2008-08-30 02:10:09 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-08-30 02:10:09 +0000 |
commit | 0269c850cfefc00d5da255f88c63a314e1ab6cd0 (patch) | |
tree | 53795427365228558807c7f598a560ef4ea16ada /httemplate/edit/process/part_pkg.cgi | |
parent | 9333aeac70f034bb3a253a87d7d20a60878c4d47 (diff) |
bug squashing for multiple usage classes
Diffstat (limited to 'httemplate/edit/process/part_pkg.cgi')
-rwxr-xr-x | httemplate/edit/process/part_pkg.cgi | 2 |
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 ], }; } |