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)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 4 Feb 2022 18:57:24 +0000 (13:57 -0500)
commit692804a49a59208b6726f48523bfb82e73671ddc
tree565861d9df7911e32ba19362ce5b2afae85f3a39
parentcbac005968752ce5c473e9efb481183531cb7ddf
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>
Koha/Illrequest.pm