From bc2454b300843ce6194d894ef2889e1053bb3580 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 25 Jul 2017 00:19:23 -0700 Subject: compliance solutions integration: import and use produce/service code catalog, RT#75262 --- httemplate/browse/part_pkg_taxproduct/compliance_solutions.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'httemplate/browse') 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() ); }); }); -- cgit v1.2.1