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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
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/

Reply via email to