Bug 10694: (follow-up) fix problems with the new Borrowers plugin
authorGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 22:46:23 +0000 (22:46 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 22:49:23 +0000 (22:49 +0000)
commit9ab9686250a31b6027d57a294739893ff31ca833
tree9d7aff2020220c4c8d100d900abfe5bab0346f7f
parent80c68171bdefeebf90a958af330d43514a687c5f
Bug 10694: (follow-up) fix problems with the new Borrowers plugin

TT plugins should *not* be duplicating business logic found
in other modules.  This patch replaces the copy-and-paste of the
old IsDebarred logic with a call to the appropriate routine and
updates the POD.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Koha/Template/Plugin/Borrowers.pm