X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_pkg_taxoverride.html;h=61dfa2ac5b677bca97ace89eec84f264b3c6c84b;hp=5f191b373516f38849338db59778c5cf98637ad8;hb=37591b61f8ad6fc5c5acb2fd8f520d2dbe4f1539;hpb=669bd6b315633c99ac61441198c2c4e45401c36b 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; +