diff options
author | jeff <jeff> | 2008-04-27 15:19:08 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-04-27 15:19:08 +0000 |
commit | 545d98cedbbdf07550e8bde146f03bbf67abb77b (patch) | |
tree | b49977e2fc5c7af646c13fa9b460b1f22a515a91 /httemplate | |
parent | 53600749722225904c4cf2995cbfea47f016460a (diff) |
fixup taxproduct selection
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/select-taxproduct.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/select-taxproduct.html b/httemplate/elements/select-taxproduct.html index dc7ab97d3..cef17bc9a 100644 --- a/httemplate/elements/select-taxproduct.html +++ b/httemplate/elements/select-taxproduct.html @@ -2,8 +2,8 @@ <TR> <TD align="right">Tax product</TD> <TD> - <INPUT name="part_pkg_taxproduct_taxproductnum" id="taxproductnum" type="hidden" value="<% $opt{'taxproductnum'}%>"> - <INPUT name="part_pkg_taxproduct_description" id="taxproductnum_description" type="text" value="<% $opt{taxproduct_description} %>" size="12" onclick="overlib( OLiframeContent('<% $p %>/browse/part_pkg_taxproduct.cgi?_type=select&id=taxproductnum&taxproductnum='+document.getElementById('taxproductnum').value, 1000, 400, 'tax_product_popup'), CAPTION, 'Select product', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK); return false;"> + <INPUT name="taxproductnum" id="taxproductnum" type="hidden" value="<% $opt{'taxproductnum'}%>"> + <INPUT name="taxproductnum_description" id="taxproductnum_description" type="text" value="<% $opt{taxproduct_description} %>" size="12" onclick="overlib( OLiframeContent('<% $p %>/browse/part_pkg_taxproduct.cgi?_type=select&id=taxproductnum&taxproductnum='+document.getElementById('taxproductnum').value, 1000, 400, 'tax_product_popup'), CAPTION, 'Select product', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK); return false;"> </TD> </TR> <TR> |