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

Normalizzazione file custom

This commit is contained in:
Thomas Zilio
2018-06-26 09:41:43 +02:00
parent f3c62c2afc
commit 625b9eb5a4
41 changed files with 255 additions and 314 deletions

View File

@ -1,7 +1,8 @@
<?php
include_once __DIR__.'/../../../core.php';
include_once $docroot.'/modules/interventi/modutil.php';
include_once Modules::filepath('Interventi', 'modutil.php');
// INTERVENTI ESEGUITI SU QUESTO IMPIANTO
echo '
@ -38,7 +39,7 @@ if (!empty($results)) {
<td class="text-right">'.Translator::numberToLocale($costi_intervento['totale']).' &euro;</td>
</tr>';
}
echo ' <tr>';
echo ' <td colspan="2" class="text-right">';
echo ' <b>Totale:</b>';
@ -47,7 +48,7 @@ if (!empty($results)) {
echo '<b>'.Translator::numberToLocale($totale_interventi).' &euro;</b>';
echo ' </td>';
echo ' </tr>';
echo '
</table>';