Fix minor typos in HoldNotify.pm log messages
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15935
dcc99617-32d9-48b4-a31d-
7c20da2025e4
</unix_config>
<app_settings>
<notify_hold>
- <email>false</email> <!-- set to true for hold notice emails -->
+ <email>true</email> <!-- set to false to disable hold notice emails -->
</notify_hold>
<!-- circulation policy scripts -->
unless ($U->is_true($self->hold->email_notify)) {
$self->editor->rollback;
- $logger->info("hold_notify: not sending hold notification becaue email_notify is false");
+ $logger->info("hold_notify: not sending hold notification because email_notify is false");
return 0;
}
unless( $str ) {
$self->editor->rollback;
- $logger->error("hold_notify: No email notifiy template found - cannot notify");
+ $logger->error("hold_notify: No email notify template found - cannot notify");
return 0;
}