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

(-)a/.codespell-ignore (+2 lines)
Lines 14-16 gir Link Here
14
repet
14
repet
15
ore
15
ore
16
sav
16
sav
17
theses
18
rouge
(-)a/Koha/Misc/Files.pm (-1 / +1 lines)
Lines 150-156 my $file = $mf->GetFile( id => $file_id ); Link Here
150
For an individual, specific file ID this method returns a hashref
150
For an individual, specific file ID this method returns a hashref
151
containing all metadata (file_id, table_tag, record_id, file_name,
151
containing all metadata (file_id, table_tag, record_id, file_name,
152
file_type, file_description, file_content, date_uploaded), plus
152
file_type, file_description, file_content, date_uploaded), plus
153
an actually contents of a file (in 'file_content'). In typical usage
153
actual contents of a file (in 'file_content'). In typical usage
154
scenarios, for a given $mf object, specific file IDs have to be
154
scenarios, for a given $mf object, specific file IDs have to be
155
obtained first by GetFilesInfo() call.
155
obtained first by GetFilesInfo() call.
156
156
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-1 / +1 lines)
Lines 343-349 tr { Link Here
343
        }
343
        }
344
    }
344
    }
345
345
346
    &.transfered {
346
    &.transferred {
347
        td {
347
        td {
348
            background-color: #E8F0F6;
348
            background-color: #E8F0F6;
349
        }
349
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/subtype_limits.inc (-2 / +2 lines)
Lines 197-205 Link Here
197
            <option value="ctype:l">Legislation</option>
197
            <option value="ctype:l">Legislation</option>
198
        [% END %]
198
        [% END %]
199
        [% IF (limits.ctype.0 == 'm' ) %]
199
        [% IF (limits.ctype.0 == 'm' ) %]
200
            <option value="ctype:m" selected="selected">Thesis</option>
200
            <option value="ctype:m" selected="selected">Theses</option>
201
        [% ELSE %]
201
        [% ELSE %]
202
            <option value="ctype:m">Thesis</option>
202
            <option value="ctype:m">Theses</option>
203
        [% END %]
203
        [% END %]
204
        [% IF (limits.ctype.0 == 'n' ) %]
204
        [% IF (limits.ctype.0 == 'n' ) %]
205
            <option value="ctype:n" selected="selected">Surveys</option>
205
            <option value="ctype:n" selected="selected">Surveys</option>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-1 / +1 lines)
Lines 454-460 Link Here
454
                                        <option value="ctype:j">Patent document</option>
454
                                        <option value="ctype:j">Patent document</option>
455
                                        <option value="ctype:k">Discographies</option>
455
                                        <option value="ctype:k">Discographies</option>
456
                                        <option value="ctype:l">Legislation</option>
456
                                        <option value="ctype:l">Legislation</option>
457
                                        <option value="ctype:m">Thesis</option>
457
                                        <option value="ctype:m">Theses</option>
458
                                        <option value="ctype:n">Surveys</option>
458
                                        <option value="ctype:n">Surveys</option>
459
                                        <option value="ctype:o">Reviews</option>
459
                                        <option value="ctype:o">Reviews</option>
460
                                        <option value="ctype:p">Programmed texts</option>
460
                                        <option value="ctype:p">Programmed texts</option>
(-)a/t/db_dependent/Koha/Patrons/Import.t (-1 / +1 lines)
Lines 682-688 is( $result_6->{overwritten}, 0, 'Got the expected 0 overwritten result from imp Link Here
682
682
683
# Given ... 2 new inputs. One without dateofbirth, dateenrolled and dateexpiry values.
683
# Given ... 2 new inputs. One without dateofbirth, dateenrolled and dateexpiry values.
684
my $input_complete =
684
my $input_complete =
685
    '1009,Christina,Harris,Dr,Philip,CH,99,Street,Grayhawk,Baton Rogue,Dallas,Louisiana,70810,United States,pharris9@hp.com,9-(317)603-5513,7-(005)062-7593,8-(349)134-1627,06/19/1969,IPT,PT,04/09/2015,07/01/2015,pharris9,NcAhcvvnB';
685
    '1009,Christina,Harris,Dr,Philip,CH,99,Street,Grayhawk,Baton Rouge,Dallas,Louisiana,70810,United States,pharris9@hp.com,9-(317)603-5513,7-(005)062-7593,8-(349)134-1627,06/19/1969,IPT,PT,04/09/2015,07/01/2015,pharris9,NcAhcvvnB';
686
my $input_no_date =
686
my $input_no_date =
687
    '1010,Ralph,Warren,Ms,Linda,RW,6,Way,Barby,Orlando,Albany,Florida,32803,United States,lwarrena@multiply.com,7-(579)753-7752,6-(847)086-7566,9-(122)729-8226,26/01/2001,LPL,T,25/01/2001,24/01/2001,lwarrena,tJ56RD4uV';
687
    '1010,Ralph,Warren,Ms,Linda,RW,6,Way,Barby,Orlando,Albany,Florida,32803,United States,lwarrena@multiply.com,7-(579)753-7752,6-(847)086-7566,9-(122)729-8226,26/01/2001,LPL,T,25/01/2001,24/01/2001,lwarrena,tJ56RD4uV';
688
688
(-)a/t/db_dependent/Koha/Subscription/Routinglists.t (-2 / +1 lines)
Lines 8-14 Link Here
8
# (at your option) any later version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but
10
# Koha is distributed in the hope that it will be useful, but
11
# WITH HOUT ANY WARRANTY; without even the implied warranty of
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
- 

Return to bug 39325