Bug 23916: (follow-up) Fix terminology, use patron-title and make column consistent...
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Mon, 12 Oct 2020 09:28:33 +0000 (10:28 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 10 Nov 2020 14:00:14 +0000 (15:00 +0100)
commit55ac67d95b6b4cd2459385a7aae2e24de410925a
tree483bbda7d89e1ac24f7633f72f67af024a554e83
parent838be5e5168e96f1c0f212019af4909abb42f5c2
Bug 23916: (follow-up) Fix terminology, use patron-title and make column consistent in issues and old_issues

This commit makes the changes suggested by Katrin in comment #50:

- Changed syspref from RecordIssuer to RecordStaffUserOnCheckout
- Changed terminology from "issue" to "check out" and variations
- Fixed name display to use patron-title.inc
- Made issuer column DEFAULT NULL consistently between issues and
old_issues and between the DB update and kohastructure.sql

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm
installer/data/mysql/atomicupdate/bug_23916_add_RecordIssuer_syspref.perl
installer/data/mysql/atomicupdate/bug_23916_add_issues_issuer.perl
installer/data/mysql/kohastructure.sql
installer/data/mysql/mandatory/sysprefs.sql
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt
t/db_dependent/Circulation.t