[Koha-bugs] [Bug 33784] Single receive - clicking the Receive link in parcel.pl should lead to the receive form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 23 10:09:33 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33784

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rel_23_05_candidate
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #3 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
This patch is not ideal but bug 8179 has not designed the code to make it
reusable. It must have been moved to a different file (instead of making
orderreceive.tt bigger than it was already). We could have displayed the modal
from the parcel page.

This patch is suggesting to hijack the JS code and click on the "edit" and
"save" button.

However it does not fully work

There is a problem in the following situation:
* Receive one and only one order
* Don't change the quantity (0) and click "save changes"
* Click "cancel" in the warning alert box
=> There is a .modal-backdrop that is on top of everything, the UI is stuck

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


More information about the Koha-bugs mailing list