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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 16 Jun 2022 12:40:57 +0000 (09:40 -0300)
commit9991dc8811ab2235117e79aabcc746dd9e56085a
tree33bbaf4270b8ed297f9f5e9382433aa816e55a2b
parentb73ab06b48a38afbdddd3f6a190b2c63566db0a3
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>
svc/checkouts