moved C::Request::_send_email_alert() to C::Roles::RecordHandler for sharing with L::Local::EmailAlert; new class L::Local::EmailAlert; moved L::Local::Reports function to L::Local::LIMS for use with L::Local::EmailAlert and L::Local::Reports which provide LIMS environment for cron scripts; new cron unsent_diagnosis_status_alert.pl
worklist delete records protected from back-button & resubmission; bugfix to C::ReferralSource::lookup() - only attempts to load 'skip_wrapper' flag if present
replaced C::Local::Worklist::Preregistratation::delete() call to L::Model::get_unregistered_request() with call to M::Base::get_object_by_param(), reverted get_unregistered_request() to previous version