[% IF !open %]
[% PROCESS input element_data = {
name = 'oc_state'
type = 'radio'
checked = 'CHECKED'
value = 'open'
label = text('Open')
} %] |
[% PROCESS input element_data = {
name = 'oc_state'
type = 'radio'
value = 'closed'
label = text('Closed')
} %] |
[% PROCESS input element_data = {
name = 'oc_state'
type = 'radio'
value = 'all'
label = text('All')
} %] |
[% END %]
[% PROCESS input element_data = {
name = 'col_running_number'
type = 'checkbox'
value = '1'
label = text('No.')
} %] |
[% PROCESS input element_data = {
name = 'col_id'
type = 'checkbox'
value = '1'
label = text('ID')
} %] |
[% PROCESS input element_data = {
name = 'col_ordnumber'
type = 'checkbox'
checked = 'CHECKED'
value = '1'
label = text('Order Number') #'
} %] |
[% PROCESS input element_data = {
name = 'col_transdate'
type = 'checkbox'
value = '1'
label = text('Date')
} %] |
[% PROCESS input element_data = {
name = 'col_ponumber'
type = 'checkbox'
checked = 'CHECKED'
value = '1'
label = text('PO Number') #'
} %] |
[% PROCESS input element_data = {
name = 'col_reqdate'
checked = 'CHECKED'
type = 'checkbox'
value = '1'
label = text('Required By') #'
} %] |
[% PROCESS input element_data = {
name = 'col_legal_name'
type = 'checkbox'
checked = 'CHECKED'
value = '1'
label = CV
} %] |
[% PROCESS input element_data = {
name = 'col_meta_number'
type = 'checkbox'
checked = 'CHECKED'
value = '1'
label = text('Account')
} %] |
[% PROCESS input element_data = {
name = 'col_shipvia'
type = 'checkbox'
value = '1'
label = text('Ship Via') #'
} %] |
[% PROCESS input element_data = {
name = 'col_amount'
type = 'checkbox'
checked = 'CHECKED'
value = '1'
label = text('Amount')
} %] |
[% PROCESS input element_data = {
name = 'col_tax'
type = 'checkbox'
value = '1'
label = text('Tax')
} %] |
[% PROCESS input element_data = {
name = 'col_curr'
type = 'checkbox'
checked = 'CHECKED'
value = '1'
label = text('Currency')
} %] |
[% PROCESS input element_data = {
name = 'subtotal'
type = 'checkbox'
value = '1'
label = text('Subtotal')
} %] |