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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (+1 lines)
Lines 1824-1829 Note that permanent location is a code, and location may be an authval. Link Here
1824
                        $('#modal-item-group-unset').modal('hide');
1824
                        $('#modal-item-group-unset').modal('hide');
1825
                    });
1825
                    });
1826
                [% END %]
1826
                [% END %]
1827
        [% END %]
1827
    </script>
1828
    </script>
1828
[% END %]
1829
[% END %]
1829
[% INCLUDE 'intranet-bottom.inc' %]
1830
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/t/db_dependent/Koha/Item.t (-2 / +1 lines)
Lines 20-26 Link Here
20
use Modern::Perl;
20
use Modern::Perl;
21
use utf8;
21
use utf8;
22
22
23
use Test::More tests => 16;
23
use Test::More tests => 17;
24
use Test::Exception;
24
use Test::Exception;
25
use Test::MockModule;
25
use Test::MockModule;
26
26
27
- 

Return to bug 24857