]> git.koha-community.org Git - koha.git/commit
Bug 25665: (Bug 23382: (RM follow-up) Ensure tests pass on Wednesdays)
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 6 Nov 2019 14:45:12 +0000 (14:45 +0000)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Tue, 27 Oct 2020 12:26:01 +0000 (13:26 +0100)
commit5436117a5cdd04e00c227fe46cc5e0aa31732294
treeef1a19ca2084f7a39976ba768ce9c7a714e85967
parent0d3bb28015cdd17d40f1fb613f58cafea20a81a0
Bug 25665: (Bug 23382: (RM follow-up) Ensure tests pass on Wednesdays)

Koha::Calendar assumes we never issue an item on a closed day.. this is
a fair assumption but the hardcoded closed day in our tests means it
does not hold true in this case.

This patch sets the closed day dynamically to prevent such a case.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
t/db_dependent/Circulation.t