[Koha-bugs] [Bug 36330] New: Fix typo: reseve

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 15 14:17:41 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36330

            Bug ID: 36330
           Summary: Fix typo: reseve
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: magnus at libriotech.no
        QA Contact: testopia at bugs.koha-community.org

$ grep -rn "reseves" *
installer/data/mysql/updatedatabase.pl:4907:    print "Upgrade to $DBversion
done (Added system preference ExpireReservesMaxPickUpDelay, system preference
ExpireReservesMaxPickUpDelayCharge, add reseves.charge_if_expired)\n";
misc/cronjobs/holds/cancel_expired_holds.pl:37:This script calls
C4::Reserves::CancelExpiredReserves which will find and cancel all expired
reseves in the system.
magnus at bilbo ~/code/kohaclone (master)$ grep -rn "reseve" *
installer/data/mysql/kohastructure.sql:2233:  `location` varchar(80) DEFAULT
NULL COMMENT 'new shelving location for the item to have while on reseve
(optional)',
installer/data/mysql/kohastructure.sql:2236:  `enabled` enum('yes','no') NOT
NULL DEFAULT 'no' COMMENT 'if at least one enabled course has this item on
reseve, this field will be ''yes'', otherwise it will be ''no''',
installer/data/mysql/updatedatabase.pl:4907:    print "Upgrade to $DBversion
done (Added system preference ExpireReservesMaxPickUpDelay, system preference
ExpireReservesMaxPickUpDelayCharge, add reseves.charge_if_expired)\n";
Koha/Schema/Result/CourseItem.pm:155:new shelving location for the item to have
while on reseve (optional)
Koha/Schema/Result/CourseItem.pm:180:if at least one enabled course has this
item on reseve, this field will be 'yes', otherwise it will be 'no'
misc/cronjobs/holds/cancel_expired_holds.pl:37:This script calls
C4::Reserves::CancelExpiredReserves which will find and cancel all expired
reseves in the system.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list