Bug 16569 - Message box for "too many checked out" is empty if AllowTooManyOverride...
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 23 May 2016 14:28:10 +0000 (14:28 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Thu, 16 Jun 2016 07:03:56 +0000 (09:03 +0200)
commit954e4107c575a68f708f56ee6e11dd0f5cc28bab
treeaee5d1d8435fdbdf4650c64976b600c039bf0890
parent3454c9a658335aae8c1c4ccc9dedfd36dcbcb163
Bug 16569 - Message box for "too many checked out" is empty if AllowTooManyOverride is not enabled

If the limit for number of items checked out is reached, the message box
shows up but is empty.

Test Plan:
1) Disable AllowTooManyOverride
2) Check out items to a patron until the patron has reached the limit
   of checkouts he or she can have
3) Try to check out one more item
4) Note the empty message box
5) Apply this patch
6) Try to check out one more item again
7) Note the message is now visible

Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
(cherry picked from commit af43f91335b2258ea39b40247a1492ca41dafe2a)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
(cherry picked from commit a47180eb3bc0ca26a018f68ffcc4d5635f6f7789)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Circulation.pm