im_customer_select

EveAndersson.com : API Browser : im_customer_select

im_customer_select

im_customer_select select_name [ default ] [ status ] \
    [ exclude_status ]
Defined in tcl/intranet-defs.tcl

Returns an html select box named $select_name and defaulted to $default with a list of all the customers in the system. If status is specified, we limit the select box to customers that match that status. If exclude status is provided, we limit to states that do not match exclude_status (list of statuses to exclude).

Parameters:
select_name
default (optional)
status (optional)
exclude_status (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com