Bug 9261 - Allow librarians to make purchase suggestions for patrons
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 11 Dec 2012 14:41:04 +0000 (09:41 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 15 Nov 2013 00:20:23 +0000 (00:20 +0000)
commitbe51854e46b03564b1393865dd6b34ed58518820
tree7fdb5176d5c714abe0b52297a911ef6e79e6b785
parentcc3e0b618bd89aaa81d0e0c9c50d04df3b7e941e
Bug 9261 - Allow librarians to make purchase suggestions for patrons

This patch adds a new tab to the patron side menu for purchase
suggestions.  From this new tab, a librarian can view the patron's
existing purchase suggestios and also create new suggestions in the
name of that patron.

Test Plan:
1) Apply patch
2) Ensure the system preference 'suggestions' is enabled
3) View the details for a patron
4) Click the new 'Purchase suggestions' tab
5) Click the 'New purchase suggestion' button
6) Add the new purchase suggestions
7) You should now end up back at the borrower's purchase suggestions
8) Verify the new purchase suggestion was added

Signed-off-by: Corey Fuimaono <agent.075@gmail.com>

Step though the test plan. All OK.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
members/purchase-suggestions.pl [new file with mode: 0755]
suggestion/suggestion.pl