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:
@ -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']).' €</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).' €</b>';
|
||||
echo ' </td>';
|
||||
echo ' </tr>';
|
||||
|
||||
|
||||
|
||||
echo '
|
||||
</table>';
|
||||
|
Reference in New Issue
Block a user