Bug 18432: code comments assume male gender
authorphette23 <phette23@gmail.com>
Thu, 13 Apr 2017 21:26:07 +0000 (14:26 -0700)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Apr 2017 14:56:43 +0000 (10:56 -0400)
commit553ce38225b7334ef9354e7789b5a10e5a569bbf
treeb5b05851c8873c11b9a8eebbd9a2cf2c54117105
parent4cb7119e933009374fad8f192e1f30f819a74f88
Bug 18432: code comments assume male gender

Comments throughout the Koha codebase assume that
all librarians or borrowers are male by using the
pronoun 'he' universally. This patch changes to
'he or she' / 'him or hers'.

Testing plan:

- ensuring modifying tests still pass:
+ C4/SIP/t/06patron_enable.t
+ t/db_dependent/Circulation.t
+ t/db_dependent/Koha/Patrons.t
+ t/db_dependent/Reserves.t

Sponsored-By: California College of the Arts

No code changes detected.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
21 files changed:
C4/Auth.pm
C4/Circulation.pm
C4/SIP/t/06patron_enable.t
C4/Suggestions.pm
acqui/addorderiso2709.pl
acqui/neworderempty.pl
acqui/parcel.pl
acqui/parcels.pl
cataloguing/additem.pl
installer/install.pl
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt
koha-tmpl/intranet-tmpl/prog/js/basketgroup.js
mainpage.pl
misc/export_borrowers.pl
misc/migration_tools/bulkmarcimport.pl
opac/opac-discharge.pl
opac/opac-user.pl
reserve/request.pl
t/db_dependent/Circulation.t
t/db_dependent/Koha/Patrons.t
t/db_dependent/Reserves.t