Skip to content

Commit 2bdba7c

Browse files
committed
fix: generazione allegato email
1 parent 788ecd2 commit 2bdba7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

templates/contratti_cons/bottom.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

21-
include_once __DIR__.'/../riepilogo_interventi/bottom.php';
21+
//fix per generazione allegato email
22+
include __DIR__.'/../riepilogo_interventi/bottom.php';
2223

2324
$budget = get_imponibile_contratto($id_record);
2425
$somma_totale_imponibile = get_totale_interventi_contratto($id_record);

0 commit comments

Comments
 (0)