[Koha-bugs] [Bug 24786] Allow setting a cash register for a login session

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 6 12:53:28 CET 2020


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

--- Comment #152 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 113241
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113241&action=edit
Bug 24786: (QA follow-up) Do not use 'hidden' attribute

The hidden attribute for loading an element hidden is known to have
issues and inconsistencies accross browsers.

This patch instead updates the relevent input options to use an inline
style of 'display: none' to hide the elements on page load and then
.show, .hide for subsquent changes linked to the library branch picker
change.

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


More information about the Koha-bugs mailing list