X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fsearch-cust_main.html;h=ba6a479a66f9d14c9118196e10ab107f4f0b4da6;hb=1b3abef9815111c52b1370ba5168a592ae9cfcb0;hp=ef0d22ced9f37a750f434cf91347aed3847f74da;hpb=1bfbab83c338f6a11ae26c4d197ad775c568ebde;p=freeside.git diff --git a/httemplate/elements/search-cust_main.html b/httemplate/elements/search-cust_main.html index ef0d22ced..ba6a479a6 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: