aa
This commit is contained in:
@@ -254,7 +254,7 @@ function showOrdini()
|
|||||||
// Show the fields of the orders
|
// Show the fields of the orders
|
||||||
foreach ($orders as $order) {
|
foreach ($orders as $order) {
|
||||||
$str .= getvalstr("", $order->Codice);
|
$str .= getvalstr("", $order->Codice);
|
||||||
// $str .= getvalstr("IdInternet", $order->IdInternet, true);
|
$str .= getvalstr("IdInternet", $order->IdInternet, true);
|
||||||
$str .= getvalstr("", $order->CodArticoloGM, true);
|
$str .= getvalstr("", $order->CodArticoloGM, true);
|
||||||
$str .= getvalstr("Qta", $order->Qta);
|
$str .= getvalstr("Qta", $order->Qta);
|
||||||
$str .= getvalstr("", $order->DataOra);
|
$str .= getvalstr("", $order->DataOra);
|
||||||
|
|||||||
@@ -1869,7 +1869,7 @@ function getvalstr($mystr, $value, $separato = false) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($separato) {
|
if ($separato) {
|
||||||
$my = '[' + $my + '] ';
|
$my = '[' . $my . '] ';
|
||||||
}
|
}
|
||||||
|
|
||||||
return $my;
|
return $my;
|
||||||
|
|||||||
Reference in New Issue
Block a user