mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 01:08:08 +01:00
fix minore
This commit is contained in:
parent
144cc81c1a
commit
5b8945f415
@ -72,6 +72,8 @@ switch (post('op')) {
|
||||
break;
|
||||
|
||||
case 'send-sollecito':
|
||||
$template = Template::pool('Sollecito di pagamento');
|
||||
|
||||
$list = [];
|
||||
foreach ($id_records as $id) {
|
||||
$scadenza = Scadenza::find($id);
|
||||
@ -102,7 +104,6 @@ switch (post('op')) {
|
||||
}
|
||||
|
||||
// Selezione destinatari e invio mail
|
||||
$template = Template::pool('Sollecito di pagamento');
|
||||
if (!empty($template)) {
|
||||
$creata_mail = false;
|
||||
$emails = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user