X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fbrowse%2Fpart_pkg_taxproduct%2Fcompliance_solutions.html;fp=httemplate%2Fbrowse%2Fpart_pkg_taxproduct%2Fcompliance_solutions.html;h=bbcb6877fda9b5fcad46acaf50cf7ce05638c28c;hb=bc2454b300843ce6194d894ef2889e1053bb3580;hp=78c1b0a1d8cd40d38113b929026cf239453549ad;hpb=e3c22ef5216a090529e99209409a9cc6ff11a1d3;p=freeside.git diff --git a/httemplate/browse/part_pkg_taxproduct/compliance_solutions.html b/httemplate/browse/part_pkg_taxproduct/compliance_solutions.html index 78c1b0a1d..bbcb6877f 100644 --- a/httemplate/browse/part_pkg_taxproduct/compliance_solutions.html +++ b/httemplate/browse/part_pkg_taxproduct/compliance_solutions.html @@ -8,10 +8,12 @@ $().ready(function() { + $('#taxproduct_submit').on('click', function() { + var service_code = $('#service_code').val().split(' '); select_taxproduct( - $('#service_code').val(), - $('#service_code').val() + ' ' + $('#service_code :selected').text() + service_code[0], + service_code[1] + ' ' + $('#service_code :selected').text() ); }); });