[Koha-bugs] [Bug 31086] Do not allow hold requests with no branchcode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 3 11:46:55 CEST 2022


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

José Anjos <joseanjos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #34 from José Anjos <joseanjos at gmail.com> ---
After manually doing this command:
ALTER TABLE reserves
MODIFY COLUMN `branchcode` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL
COMMENT 'foreign key from the branches table defining which branch the patron
wishes to pick this hold up at';
Query OK, 0 rows affected (0.06 sec)
Records: 0  Duplicates: 0  Warnings: 0

it was possible to continue with the upgrade...
Strange

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


More information about the Koha-bugs mailing list