https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23291 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com --- Comment #32 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Fridolin Somers from comment #6)
Since Bug 23206 you can run batch patron modification from reports. Could you use it to select patrons by SMS alert number ?
This is possible and way more flexible than what suggests this patch. Create a new report: select cardnumber from borrowers where smsalertnumber IN <<numbers|list>> Run it and paste the list of your smsalertnumber. Then you can batch edit your patrons. And it works with whichever attributes you wish! In my opinion this patch is not necessary. -- You are receiving this mail because: You are watching all bug changes.