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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-1 / +1 lines)
Lines 179-185 Link Here
179
179
180
                [% IF ( duplicate_message ) %]
180
                [% IF ( duplicate_message ) %]
181
                    <div class="dialog message">
181
                    <div class="dialog message">
182
                        <strong>[% duplicate_count %] duplicate patron(s) found</strong> and removed from batch [% batch_id %].
182
                        <strong>Duplicates removed from batch number [% batch_id %]: [% duplicate_count %] patron(s)</strong>
183
                    </div>
183
                    </div>
184
                [% END %]
184
                [% END %]
185
185
(-)a/patroncards/manage.pl (-2 / +1 lines)
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
- 

Return to bug 15573