https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15349 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #7 from Lucas Gass <lucas@bywatersolutions.com> --- In the meantime you can step around email validation on branches.tt by adding the following to your IntranetUserJS sys pref: //turn off email validation for branches.tt if ( $('#admin_branches').length && window.location.href.indexOf("op=add_form")
-1 ) { $('#branchemail').removeClass('email'); }
-- You are receiving this mail because: You are watching all bug changes.