diff options
author | ivan <ivan> | 2010-02-04 10:00:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-04 10:00:44 +0000 |
commit | 7f9b83d3bdaab8581479ae98b46909130a89f2af (patch) | |
tree | 8189f453bff554dc3e103d97d4e9e9877ad795f4 /httemplate/elements | |
parent | 8516d20fbbe18462879871f684a7cbda6e6404d4 (diff) |
add ability to edit referring customer, RT#7174
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/search-cust_main.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/elements/search-cust_main.html b/httemplate/elements/search-cust_main.html index dbcc2ed0b..ef0d22ced 100644 --- a/httemplate/elements/search-cust_main.html +++ b/httemplate/elements/search-cust_main.html @@ -1,3 +1,15 @@ +<%doc> + +Example: + + include( '/elements/search-cust_main.html, + '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 + ); + +</%doc> <INPUT TYPE="hidden" NAME="<% $opt{'field_name'} %>" VALUE="<% $value %>"> <!-- some false laziness w/ misc/batch-cust_pay.html, though not as bad as i'd thought at first... --> |