Bug 15870: MARC Filter to exclude fields/subfields lacking visibility
authorMark Tompsett <mtompset@hotmail.com>
Fri, 19 Feb 2016 22:13:16 +0000 (17:13 -0500)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Thu, 24 Mar 2016 20:15:39 +0000 (20:15 +0000)
commit25ffd8b215972add6f8ea0e6e38c3ac530745f23
tree8ea6bb9abab90a2ab5f9800bd68b1f481b8dc56b
parent902ea66d247f08eb717f7e696781a3ec956c91f6
 Bug 15870: MARC Filter to exclude fields/subfields lacking visibility

TEST PLAN
---------
0) Apply 15777 and 15871 as required.
1) Apply patch
2) prove -v t/db_dependpent/RecordProcessor_ViewPolicy.t
   -- all should pass.
3) koha qa test tools.
BONUS
4) perlcritic -1 t/db_dependpent/RecordProcessor_ViewPolicy.t
   -- using the koha qa test tools perlcriticrc, it should pass
      though I am excluding checking print return values.
      (see bug 15646)

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
Koha/Filter/MARC/ViewPolicy.pm [new file with mode: 0644]
t/db_dependent/RecordProcessor_ViewPolicy.t [new file with mode: 0644]