X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_pkg_taxoverride.html;h=61dfa2ac5b677bca97ace89eec84f264b3c6c84b;hb=c5e31619e5a3071506cff19578e9e377753a96f4;hp=5f191b373516f38849338db59778c5cf98637ad8;hpb=669bd6b315633c99ac61441198c2c4e45401c36b;p=freeside.git diff --git a/httemplate/edit/part_pkg_taxoverride.html b/httemplate/edit/part_pkg_taxoverride.html index 5f191b373..61dfa2ac5 100644 --- a/httemplate/edit/part_pkg_taxoverride.html +++ b/httemplate/edit/part_pkg_taxoverride.html @@ -10,8 +10,8 @@
- ').value=s.toString(); parent.cClick();"> - + ').value=s.toString(); parent.<% $onclick %>();"> +
@@ -124,4 +124,9 @@ my $selected = $1 my $element_name = $1 if $cgi->param('element_name') =~/^(\w+)$/; +my $onclick = $1 + if $cgi->param('onclick') =~/^(\w+)$/; + +$onclick = 'cClick' unless $onclick; +