Lines 70-76
my $display_columns = { layout => [ # db column => {col label
Link Here
|
70 |
{select => {label => 'Select', value => 'profile_id'}}, |
70 |
{select => {label => 'Select', value => 'profile_id'}}, |
71 |
], |
71 |
], |
72 |
batch => [ {batch_id => {label => 'Batch ID', link_field => 0}}, |
72 |
batch => [ {batch_id => {label => 'Batch ID', link_field => 0}}, |
73 |
{_item_count => {label => 'Item Count', link_field => 0}}, |
73 |
{_item_count => {label => 'Patron Count', link_field => 0}}, |
74 |
{_action => {label => 'Actions', link_field => 0}}, |
74 |
{_action => {label => 'Actions', link_field => 0}}, |
75 |
{select => {label => 'Select', value => 'batch_id'}}, |
75 |
{select => {label => 'Select', value => 'batch_id'}}, |
76 |
], |
76 |
], |
77 |
- |
|
|