> Library management
> Patron Identity
> Main address
> Alternate address
> Additional attributes & identifiers
> Library set-up
Here's something to try:
$(document).ready(function(){
$("#memberentry_library_management").insertBefore("#memberentry_identity");
$("#memberentry_address").insertBefore("#memberentry_contact");
$("#memberentry_patron_attributes").insertBefore("#memberentry_contact");
$("#memberentry_subscription").insertBefore("#memberentry_contact");
});
I tested this in master and as far as I could tell it worked correctly
and didn't interfere with adding the patron. Test carefully!
-- Owen
--
Web Developer
Athens County Public Libraries
http://www.myacpl.org
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha