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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +1 lines)
Lines 108-114 Link Here
108
        [% END %]
108
        [% END %]
109
        <th>MARC</th>
109
        <th>MARC</th>
110
        <th>Card</th>
110
        <th>Card</th>
111
		<th>&nbsp;</th>
111
        <th>&nbsp;</th>
112
    </tr></thead>
112
    </tr></thead>
113
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
113
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
114
        [% IF ( breeding_loo.breedingid ) %]
114
        [% IF ( breeding_loo.breedingid ) %]
(-)a/t/db_dependent/Breeding.t (-2 / +1 lines)
Lines 22-28 use Modern::Perl; Link Here
22
use FindBin;
22
use FindBin;
23
use Test::More tests => 4;
23
use Test::More tests => 4;
24
use Test::Warn;
24
use Test::Warn;
25
use t::luib::Mocks qw( mock_preference );
25
use t::lib::Mocks qw( mock_preference );
26
26
27
use C4::Context;
27
use C4::Context;
28
use C4::Breeding;
28
use C4::Breeding;
29
- 

Return to bug 12747