mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Merge branch 'develop'
This commit is contained in:
commit
795c2cf540
|
@ -45,7 +45,7 @@ class CheckinNotification extends Notification
|
||||||
if ((method_exists($item, 'requireAcceptance') && ($item->requireAcceptance() == '1'))
|
if ((method_exists($item, 'requireAcceptance') && ($item->requireAcceptance() == '1'))
|
||||||
|| (method_exists($item, 'getEula') && ($item->getEula()))
|
|| (method_exists($item, 'getEula') && ($item->getEula()))
|
||||||
) {
|
) {
|
||||||
$notifyBy[] = 'mail';
|
// $notifyBy[] = 'mail';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $notifyBy;
|
return $notifyBy;
|
||||||
|
|
Loading…
Reference in a new issue