[Koha-bugs] [Bug 14739] Add several patrons to a new batch will create a new batch per patron added

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 10 13:50:36 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14739

--- Comment #11 from Marc Véron <veron at veron.ch> ---
Created attachment 42474
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42474&action=edit
[Signed-off] Bug 14739 - Add several patrons to a new batch will create a new
batch per patron added

This patch changes the functionality of adding patrons to patroncard batches. 
Instead of using only the patron searhc, there is now a textarea which can
either be manually populated with borrowernumbers, or can be populated using
the patron-search

To test:
1 - Create a new patron batch
2 - Click the add items button, if there is no data in the borrowrnumber form
you should get a popupo
3 - Add items to batch using the popup, borrowernumbers should populate to the
form
4 - Click add items again and items hsoul;d be added to a new batch
5 - Create a new batch
6 - Manually enter invalid borrowernumbers to the form
7 - Click add items, batch should return empty
8 - Manually enter valid borrowernumber
9 - Click add items, batch should be updated
10 - Edit an existing batch and confirm add items works as above

Followed test plan, works as expected.
Signed-off-by: Marc Véron <veron at veron.ch>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list