diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index ae226a91..82fa5e81 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -254,7 +254,7 @@ function showOrdini() // Show the fields of the orders foreach ($orders as $order) { $str .= getvalstr("", $order->Codice); - // $str .= getvalstr("IdInternet", $order->IdInternet, true); + $str .= getvalstr("IdInternet", $order->IdInternet, true); $str .= getvalstr("", $order->CodArticoloGM, true); $str .= getvalstr("Qta", $order->Qta); $str .= getvalstr("", $order->DataOra); diff --git a/routes/web.php b/routes/web.php index d152b8cf..01430266 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1869,7 +1869,7 @@ function getvalstr($mystr, $value, $separato = false) { } if ($separato) { - $my = '[' + $my + '] '; + $my = '[' . $my . '] '; } return $my;