https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33864
--- Comment #17 from Tomás Cohen Arazi <[email protected]> --- (In reply to Katrin Fischer from comment #16) > Can you explain the latest changes for retesting? The latest patch from Slava then replaced by mine, were talked about on Telegram... When you're using the 'cataloguing' setting, the input is correctly filled with '1' (as per our agreement) but any changes to the UI, should be stored in the underlying JS object that tracks the state of the request. When setting it, I force the 'change()' event, so that internal synced happens (by means of an event handler defined previously for the 'change' event. If you want to test, verify that without the patch, '1' is set, and when you want to confirm, a brief message about receiving less than 1 is incorrect, and then the parcel.pl table displays nothing got received. With the patch, that's fixed: no error, and the thing is received. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
