X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fsearch-cust_main.html;h=317922d3c5c543787b74c883c62301bddb3ac443;hb=b6e36782e425e116b976523e18825f9d6e4d18cb;hp=ef0d22ced9f37a750f434cf91347aed3847f74da;hpb=7f9b83d3bdaab8581479ae98b46909130a89f2af;p=freeside.git diff --git a/httemplate/elements/search-cust_main.html b/httemplate/elements/search-cust_main.html index ef0d22ced..317922d3c 100644 --- a/httemplate/elements/search-cust_main.html +++ b/httemplate/elements/search-cust_main.html @@ -3,36 +3,37 @@ Example: include( '/elements/search-cust_main.html, - 'field_name' => 'custnum', + 'field' => 'custnum', + #slightly deprecated old synonym for field#'field_name'=>'custnum', 'find_button' => 1, #add a "find" button to the field 'curr_value' => 54, #current value 'value => 32, #deprecated synonym for curr_value ); - + % if ( $opt{'find_button'} ) { % } - <% include('/elements/xmlhttp.html', @@ -43,7 +44,7 @@ Example: