1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramento hook ed email

This commit is contained in:
Thomas Zilio
2019-08-26 18:02:05 +02:00
parent 27c97da691
commit ebea9ea807
42 changed files with 844 additions and 703 deletions

View File

@@ -62,7 +62,7 @@ include_once __DIR__.'/../../core.php';
<?php
// Stampe
$selected_prints = $dbo->fetchArray('SELECT id_print FROM zz_email_print WHERE id_email = '.prepare($id_record));
$selected_prints = $dbo->fetchArray('SELECT id_print FROM em_template_print WHERE id_email = '.prepare($id_record));
$selected = array_column($selected_prints, 'id_print');
echo '
@@ -127,4 +127,4 @@ echo '
<a class="btn btn-danger ask" data-backto="record-list">
<i class="fa fa-trash"></i> <?php echo tr('Elimina'); ?>
</a>
</a>