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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Thu, 10 Feb 2022 16:56:43 +0000 (16:56 +0000)
commit0b9c338f581fc562c94e8f1122b6d5b9bfc715e3
tree8b78777feb0a75cac2fe9caf50cc768407776dda
parent8a1f2fb600d58f201f2030c943fa71fc40795285
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>
Koha/Illrequest.pm