Bug 36395: Remove useless fetch in admin/marc_subfields_structure.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 21 Mar 2024 14:52:52 +0000 (15:52 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 23 May 2024 09:48:05 +0000 (11:48 +0200)
commita2ea0291e7ca79e52e359da28ff6a9c9ab5b1445
tree4ebdd565c59274942f2479bb9782159988eb3fa5
parent3ba6bb9cdfef55d7e0d416acb4ad953c805756cc
Bug 36395: Remove useless fetch in admin/marc_subfields_structure.pl

Since (a long time ago!)
  commit 62aa3f4292d83bc9304e296de5f0830e28510492
  Bug 17216: Use Koha::AVC from mss.pl

This $sth2 is never fetched, we are retrieving the AV cat using
Koha::AV::Categories

Sponsored-by: The Research University in the Helmholtz Association (KIT)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 4158783eb284cf5f89266d3251f6d647200c0f01)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
admin/marc_subfields_structure.pl