Koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ
Fridolyn SOMERS 67af102586 Bug 7253: fast cataloging not always checking out
When using fast cataloguing to create a biblio and item on the fly, workflow looses datas when a duplicate is detected.
This comes from the use of a mix of circborrowernumber and borrowernumber in forms.

This patch corrects by using always circborrowernumber in fast cataloguing workflow.
Also adds html and uri escape for barecode where necessery.

Test plan :
With duplicate :
- Go to a borrower circulation page
- Enter a non existing barcode
- Enter a due date
- Click on "Check Out"
=> a message says the barcode was not found
- Click on "Fast cataloguing"
=> The biblio edition page appears with fast cataloguing framework
- Fill mandatory fields by using an existing ISBN
- Click on "Save"
=> a yes/no message says "Duplicate record suspected"
(Choosing yes will brake fast caloguing workflow, in this case librarian should create an item and checkout again)
- Click on "No"
=> The item edition page appears with barcode already filled
- Fill mandatory datas
- Click on "Add item"
=> Borrower circulation page appears again, check that item has been checked out with the specified due date

You may test without duplicate

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Tested following the plan and by fast cataloging a non-duplicate.
All works as expected.

Signed-off-by: koha.aixmarseille <koha.aixmarseille@gmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-02-12 10:00:37 -05:00
..
bookcount.tt Bug 9140 - Untranslatable strings in item circulation history 2012-12-22 16:02:54 -05:00
branchoverdues.tt
branchtransfers.tt Bug 2780 - Capitalize strings consistently (Circulation) 2012-04-10 10:03:30 +02:00
circulation-home.tt Bug 8781: hiding of transfer page when it's useless 2012-12-02 09:27:20 -05:00
circulation.tt Bug 7253: fast cataloging not always checking out 2013-02-12 10:00:37 -05:00
overdue.tt Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
pendingreserves.tt Bug 9108 - Add uk/euro date sort filter to pages which require it 2013-01-17 21:59:30 -05:00
printslip.tt Bug 9265 - Switch to HTML5 doctype in OPAC and staff client 2013-01-31 11:47:04 -05:00
reserveratios.tt Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
returns.tt Bug 7189 - preference to control if returning lost items gives refund 2012-11-30 08:01:41 -05:00
selectbranchprinter.tt Bug 2780 - Capitalize strings consistently (Circulation) 2012-04-10 10:03:30 +02:00
stats.tt
transfer-slip.tt Bug 9265 - Switch to HTML5 doctype in OPAC and staff client 2013-01-31 11:47:04 -05:00
transferstoreceive.tt Bug 8234: fixes date sort on 'Transfers to receive' page 2012-10-25 17:31:11 +02:00
view_holdsqueue.tt Bug 8971 - Sort holds queue report using DataTables 2012-11-20 08:10:51 -05:00
waitingreserves.tt Bug 8449 - Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen 2012-10-05 10:44:51 +02:00