Bug 17401 - Returns form not submitting after printing slip
Summary: Returns form not submitting after printing slip
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low major (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-05 08:07 UTC by Benjamin Rokseth
Modified: 2019-06-27 09:24 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Rokseth 2016-10-05 08:07:44 UTC
Bug 16566 ('Print slip' button formatting inconsistent) broke returns. The popup modal javascript uses preventdefault when generating print slip but is also preventing form submit. The status of the item is therefore not updated.

This patch simply adds the form submit to return to expected behaviour.
Comment 1 Katrin Fischer 2016-12-12 21:21:21 UTC
Hi Benjamin, I don't understand how to test this and what happens, can you add a test plan?
Comment 2 Benjamin Rokseth 2016-12-13 09:52:29 UTC
Hi Katrin, there might be a bug in the bug ;) I believe we blamed the prevendefault for another weird behaviour, but unable to reproduce now, so either it is fixed, or we had a hickup. Closing this.