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