Bug 15635: Koha::Patron::Images - Add new classes
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 21 Jan 2016 12:33:25 +0000 (12:33 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 4 Mar 2016 12:53:00 +0000 (12:53 +0000)
commitb6aa77ac4901e8ad00e941247d7a35c8c47f75bd
tree7a424e48e00d28741e6a4a147e58756df3dae487
parentde23e3f2fb1e5c376f29953c7f93b721405d7739
Bug 15635: Koha::Patron::Images - Add new classes

There are 3 subroutines in C4::Members to get, add and delete patron
images:
- GetPatronImage
- PutPatronImage
- RmPatronImage

By creating these 2 Koha::Patron::Image[s] classes, we could remove them easily.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Patron/Image.pm [new file with mode: 0644]
Koha/Patron/Images.pm [new file with mode: 0644]
t/db_dependent/Koha/Patron/Images.t [new file with mode: 0644]
tools/picture-upload.pl