aa
This commit is contained in:
@@ -870,7 +870,11 @@ function showDettSingleOrdineWeb($idordine)
|
||||
|
||||
function showprice($prezzo)
|
||||
{
|
||||
return ' € ' . number_format($prezzo, 2);
|
||||
try {
|
||||
return ' € ' . number_format($prezzo, 2);
|
||||
} catch (\Exception $e) {
|
||||
return $prezzo;
|
||||
}
|
||||
}
|
||||
|
||||
function getRigaArticoloByArt($article, $ind, $sep)
|
||||
|
||||
Reference in New Issue
Block a user