Bug 8130 - attach PDF files to a patron record
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 21 May 2012 20:42:53 +0000 (16:42 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 28 Jun 2012 08:55:51 +0000 (10:55 +0200)
commit76b80ac33ce5ad2048f4de8a9d132610f89d3fc1
tree42ca7d10688f697cff0ec333b32840ed74b858ed
parent25eeaf0f8e67b065559218c78a15bcb3700a0f0f
Bug 8130 - attach PDF files to a patron record

Adds the ability to attach unlimited arbitrary files to
a borrower record.

Test Plan:
1) Enable system preference EnableBorrowerFiles
2) Look up borrower record, click 'Files' tab on left
3) Upload a file, download the file, delete the file.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
rebased for current master.

Signed-off-by: Ian Walls <koha.sekjal@gmail.com>
rebased again; some indentation issues in include menus.
C4/Auth.pm
Koha/Borrower/Files.pm [new file with mode: 0644]
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc
koha-tmpl/intranet-tmpl/prog/en/includes/members-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt [new file with mode: 0644]
members/files.pl [new file with mode: 0755]