From 02da7716b42742ee665844275f17a8296493cf90 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 10 Feb 2020 12:21:33 +0100 Subject: [PATCH] Fix minori --- templates/registro_iva/bottom.php | 2 +- update/2_4_11.php | 2 +- update/2_4_13.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/registro_iva/bottom.php b/templates/registro_iva/bottom.php index 566bdd2e5..f59b0af0f 100644 --- a/templates/registro_iva/bottom.php +++ b/templates/registro_iva/bottom.php @@ -39,7 +39,7 @@ foreach ($iva as $descrizione => $tot_iva) { - '.moneyFormat($somma_totale).' + '.moneyFormat($somma_iva).' '; } diff --git a/update/2_4_11.php b/update/2_4_11.php index 59162819c..c5b6866e5 100644 --- a/update/2_4_11.php +++ b/update/2_4_11.php @@ -86,7 +86,7 @@ $files = [ ]; foreach ($files as $key => $value) { - $files[$key] = realpath(DOCROOT.'/'.$value); + $files[$key] = realpath(DOCROOT.'\\'.$value); } delete($files); diff --git a/update/2_4_13.php b/update/2_4_13.php index 462696de3..f816c9833 100644 --- a/update/2_4_13.php +++ b/update/2_4_13.php @@ -53,7 +53,7 @@ $files = [ ]; foreach ($files as $key => $value) { - $files[$key] = realpath(DOCROOT.'/'.$value); + $files[$key] = realpath(DOCROOT.'\\'.$value); } delete($files);