]> git.koha-community.org Git - koha.git/commit
Bug 28932: Fix duplicate next_action & prev_action
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Wed, 5 Jan 2022 13:00:10 +0000 (10:00 -0300)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Fri, 18 Feb 2022 20:59:54 +0000 (21:59 +0100)
commit5e7fa5d7c8fcf7dcb14a0c123a6de84b9d4649a1
tree60920adae311d017831ec462175e26e441361a53
parent74c62427dc84ad30521cf879e3da0639068d3204
Bug 28932: Fix duplicate next_action & prev_action

This patch fixes the duplicate buttons issue.
To test:
1. Apply the regression tests patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Illrequests.t
=> FAIL: Tests fail
3. Apply this patch
4. Repeat 2
=> SUCCESS: Tests pass

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 692804a49a59208b6726f48523bfb82e73671ddc)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
(cherry picked from commit 0b9c338f581fc562c94e8f1122b6d5b9bfc715e3)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Koha/Illrequest.pm