[Koha-bugs] [Bug 28769] tabloop not used in cataloguing plugins

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 12 12:18:18 CEST 2021


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125748|0                           |1
        is obsolete|                            |

--- Comment #4 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 126085
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126085&action=edit
Bug 28769: Remove tabloop from cataloguing plugins

There is a "tabloop" variable that is passed from the add item form logic to
the cataloguing plugins.
But there is confusion, sometimes it's an iterator ($i) and sometimes
(batchMod.pl) an array.

Actually this tabloop variable is never used from cataloguing plugins, we
should remove it.

Test plan:
Read the code and confirm the above.
You can also test a couple of plugins and confirm that they are still
working.

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