compliance solutions integration: import and use produce/service code catalog, RT...
[freeside.git] / httemplate / browse / part_pkg_taxproduct / compliance_solutions.html
index 78c1b0a..bbcb687 100644 (file)
@@ -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()
     );
   });
 });