Bug 15731: Remove C4::Reports::Guided::build_authorised_value_list
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 3 Feb 2016 16:04:38 +0000 (16:04 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 24 Feb 2016 03:36:56 +0000 (03:36 +0000)
commite51fe4a8f1a604453302b68cb2ff8bf1b0fb3fc7
treefb530dff68cf1c1a242e68e63a32eada33dc8791
parentad8d063ffae574a050a0cdc54dcdf26b23df1350
Bug 15731: Remove C4::Reports::Guided::build_authorised_value_list

This subroutine has been added by
  commit 42acfbf75b7bb4ee53c6a6f035e258a0b522ce10
  Bug 7993: Save reports with Group/Subgroup hierarchy

But it has never been used (or git grep cheats me).

Test plan:
1/ git grep build_authorised_value_list
should not return any result
2/ Create a report, execute it
Everything should work fine.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as advertised

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
C4/Reports/Guided.pm