We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788ecd2 commit 2bdba7cCopy full SHA for 2bdba7c
1 file changed
templates/contratti_cons/bottom.php
@@ -18,7 +18,8 @@
18
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19
*/
20
21
-include_once __DIR__.'/../riepilogo_interventi/bottom.php';
+//fix per generazione allegato email
22
+include __DIR__.'/../riepilogo_interventi/bottom.php';
23
24
$budget = get_imponibile_contratto($id_record);
25
$somma_totale_imponibile = get_totale_interventi_contratto($id_record);
0 commit comments