[Koha-bugs] [Bug 30971] Recalls - log viewer error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 15 21:20:37 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30971

--- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 136119
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136119&action=edit
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 at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list