Fix minori

This commit is contained in:
Luca 2020-02-10 12:21:33 +01:00
parent 4345feb0e9
commit 02da7716b4
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ foreach ($iva as $descrizione => $tot_iva) {
</td>
<td class="text-right">
'.moneyFormat($somma_totale).'
'.moneyFormat($somma_iva).'
</td>
</tr>';
}

View File

@ -86,7 +86,7 @@ $files = [
];
foreach ($files as $key => $value) {
$files[$key] = realpath(DOCROOT.'/'.$value);
$files[$key] = realpath(DOCROOT.'\\'.$value);
}
delete($files);

View File

@ -53,7 +53,7 @@ $files = [
];
foreach ($files as $key => $value) {
$files[$key] = realpath(DOCROOT.'/'.$value);
$files[$key] = realpath(DOCROOT.'\\'.$value);
}
delete($files);