Koha::AudioAlerts - Koha Audio Alert object set class
Overrides default search such that the default ordering is by precedence
Gets the next precedence value for audio alerts
Gets the last precedence value for audio alerts
Koha::AudioAlerts->move( { audio_alert => $audio_alert, where => $where } );
Moves the given alert precedence 'up', 'down', 'top' or 'bottom'
Koha::AudioAlerts->fix_precedences();
Updates precedence numbers to start with 1 and to have no gaps
Kyle M Hall <kyle@bywatersolutions.com>