View | Details | Raw Unified | Return to bug 16049
Collapse All | Expand All

(-)a/patroncards/manage.pl (-2 / +1 lines)
Lines 71-77 my $display_columns = { layout => [ # db column => {col label Link Here
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 => 'Patron Count',   link_field      => 0}},
73
                                        {_item_count     => {label => 'Patron Count',   link_field      => 0}},
74
                                        {_action         => {label => 'Actions',        link_field      => 0}},
74
                                        {_action         => {label => ' ',         link_field      => 0}},
75
                                        {select          => {label => 'Select',         value           => 'batch_id'}},
75
                                        {select          => {label => 'Select',         value           => 'batch_id'}},
76
                                    ],
76
                                    ],
77
};
77
};
78
- 

Return to bug 16049