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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 18 Jan 2022 00:55:56 +0000 (14:55 -1000)
commit97a2b7538c1b1ef4204cc49beb125ab59e98ae2d
tree716aa7144caf5e2da7f3b477d96927f4d831e96f
parentce4d70988d1c4680fde081e0ecf7cb0de41849fc
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>
Koha/Illrequest.pm