X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fpart_pkg.cgi;h=669b75946a126175f1d2e23697f5d760422189b3;hp=d338b8299d6cd07d034d037b3071e8f464fa8628;hb=0269c850cfefc00d5da255f88c63a314e1ab6cd0;hpb=9333aeac70f034bb3a253a87d7d20a60878c4d47 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 ], }; }