[Koha-bugs] [Bug 23905] Button "Search to add" doesn't work on Quick add new patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 25 17:53:03 CET 2019


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
This fixes the popup not showing, but after selecting a patron, the info is not
added to the page.

the line:
$('#guarantor_relationships').append( fieldset );
simply does nothing. If you add it to something outside of
#guarantor_relationships such as 'body' or '#quick_add_form' it shows up! I'm
not sure why it refused to append to '#guarantor_relationships'.

-- 
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