[Koha-bugs] [Bug 30987] New: Adding relationship to PatronQuickAddFields causes it to be added 2x

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 17 18:02:56 CEST 2022


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

            Bug ID: 30987
           Summary: Adding relationship to PatronQuickAddFields causes it
                    to be added 2x
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: lucas at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

While working on Bug 29303 I noticed a small problem. If you add relationship
to  the PatronQuickAddFields system preference it will be added to the quick
form two times. It looks like it is due to some JS that is no longer needed:

if ( $("#memberentry_guarantor").length ) {
    $("#memberentry_guarantor").appendTo("#quick_add_form");
}

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