Option to ignore old CDRs, RT#81480
[freeside.git] / httemplate / browse / part_pkg_taxproduct / suretax.html
index 8f237f3..4605c1f 100755 (executable)
@@ -91,6 +91,7 @@ function select_taxproduct(taxproductnum, description) {
   </table>
   <input type="button" id="new_taxproduct_submit" disabled=1 value="Add">
 </FORM>
+<& /elements/footer-popup.html &>
 <%shared>
 # populate dropdown
 
@@ -124,7 +125,7 @@ foreach my $row ( qsearch({
 &>
 <& /elements/hidden.html,
   field       => 'id',
-  curr_value  => $cgi->param('id'),
+  curr_value  => scalar($cgi->param('id')),
 &>
 </%def>
 <%init>