[% text('Create Batch') %]
[% text('Or Add To Batch') %]
[%
FOREACH row IN batch.search_results;
row.row_id = row.id;
END;
PROCESS dynatable
attributes = {id = 'batch_list'}
tbody = {rows = batch.search_results}
columns = [
{ col_id='control_code', type='href', name=text('Batch Number'), #'
href_base="vouchers.pl?action=add_vouchers" _
hidden_url_base _ "&batch_id=" }
{ col_id='description', type='text', name = text('Description') }
{ col_id='created_by', type='text', name = text('Created By') } #'
{ col_id='created_on', type='text', name = text('Created On') } #'
{ col_id='default_date', type='text', name = text('Post Date') } #'
];
%]