[Koha-bugs] [Bug 18595] Move C4::Members::Messaging to Koha namespace

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 29 17:02:46 CEST 2017


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

Marc Véron <veron at veron.ch> changed:

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

--- Comment #27 from Marc Véron <veron at veron.ch> ---
Created attachment 63821
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63821&action=edit
Bug 18595: Remove references to C4::Members::Messaging

$ grep -r 'C4::Members::Messaging'

This command should not produce any results in Koha source code after this
patch.

To test:
1. Check the pages touched by this commit
2. Try setting and viewing patron and patron category messaging preferences

Finally, run unit tests:
1. prove t/db_dependent/Circulation.t
2. prove t/db_dependent/Reserves.t
3. prove t/db_dependent/Koha/Patron/Categories.t

Signed-off-by: Marc Véron <veron at veron.ch>

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


More information about the Koha-bugs mailing list