http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5004 Summary: Do not block deletion of cities when instances exist in borrowers table Change sponsored?: --- Product: Koha Version: HEAD Platform: All URL: /cgi-bin/koha/admin/cities.pl?op=delete_confirm OS/Version: All Status: NEW Severity: normal Priority: P5 Component: System Administration AssignedTo: paul.poulain@biblibre.com ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com Estimated Hours: 0.0 When you try to delete a city Koha does a check for entries in the borrowers table which match that city: select count(*) as total from borrowers,cities where borrowers.city=cities.city_name and cityid=? But why shouldn't it be possible to delete a city whether or not there are entries in borrowers? Nothing is preventing me from continuing to add patrons with that city manually, typing in the city details myself. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.