From: jeff Date: Wed, 16 Apr 2008 11:54:35 +0000 (+0000) Subject: this no longer belongs X-Git-Tag: root_of_webpay_support~697 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=81026510972881108c9bd9c72d146d3d47d72f2e this no longer belongs --- diff --git a/httemplate/edit/part_pkg_taxproduct.html b/httemplate/edit/part_pkg_taxproduct.html deleted file mode 100644 index 033c37f56..000000000 --- a/httemplate/edit/part_pkg_taxproduct.html +++ /dev/null @@ -1,42 +0,0 @@ -<% include('/elements/header-popup.html', 'Select tax product') %> - - - -<% ntable("#cccccc", 2) %> - - Tax product - - <% include( '/elements/select-table.html', - 'empty_label' => '(select product)', - 'table' => 'part_pkg_taxproduct', - 'name_col' => 'description', - 'curr_value' => $curr_value, - 'element_etc' => "id='taxproduct_popup_select'", - ) - %> - - - -

-
- -<% include('/elements/footer.html') %> - -<%init> - -my $conf = new FS::Conf; - -my ( $query ) = $cgi->keywords; -$query =~ /^(\d+)$/; -my $curr_value = $1; - -