]> git.koha-community.org Git - koha.git/commit
Bug 30971: (follow-up) Fix one more occurence
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 15 Jun 2022 19:18:08 +0000 (16:18 -0300)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 24 Jun 2022 16:48:53 +0000 (16:48 +0000)
commitae2d58d6f549f87486ef2fc2354b2b5951792239
tree37994052627d258c992500eb150585a6e2d2a850
parent6b44a6327519b01ca7b791a8115a27358a41877c
Bug 30971: (follow-up) Fix one more occurence

To test:
1. Run:
   $ git grep 'recall.itemnumber'
=> SUCCESS: No more occurences
2. Run:
   $ git grep 'recall.biblionumber'
=> SUCCESS: No more occurences
3. Run:
   $ git grep 'recall\->biblionumber'
=> SUCCESS: No more occurences
4. Run:
   $ git grep 'recall\->itemnumber'
=> FAIL: One standing occurence
5. Apply this patch
6. Repeat 4
=> SUCCESS: No more occurences
7. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 9991dc8811ab2235117e79aabcc746dd9e56085a)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
svc/checkouts