From e43df1496cc37ad60413c8812f219b94d3e2e2ee Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Mon, 17 Jun 2024 16:01:10 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 6a7ec9be..2702bb49 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -318,7 +318,7 @@ function showDettOrdini() } function showprice($prezzo) { - return ' € ' . number_format($prezzo, 2) + return ' € ' . number_format($prezzo, 2); } function libriInPrevendita()