Bug 15635: Koha::Patron::Images - Remove RmPatronImage
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 21 Jan 2016 12:37:41 +0000 (12:37 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 4 Mar 2016 12:53:01 +0000 (12:53 +0000)
commit85633155f48494c2495d4bf261c7f7f453399425
treea472df0c61ad2ffb5c2403254f87c7c095d3b287
parentd8980b60ee3144ab8ebf2d3bbf6847c622443425
Bug 15635: Koha::Patron::Images - Remove RmPatronImage

The C4::Members::RmPatronImage just removed a row in patronimage.
This can be accomplished using the delete method of Koha::Patron::Image.

Test plan:
From the patron defail page, try to delete the image of a patron.

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>
C4/Members.pm
tools/picture-upload.pl