aa
This commit is contained in:
@@ -253,8 +253,8 @@ 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);
|
||||||
|
|||||||
@@ -1865,7 +1865,7 @@ function getvalstr($mystr, $value, $separato = false) {
|
|||||||
if ($mystr) {
|
if ($mystr) {
|
||||||
$my = " " . $mystr . ": " . $value;
|
$my = " " . $mystr . ": " . $value;
|
||||||
} else {
|
} else {
|
||||||
$my = $value;
|
$my = " " . $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($separato) {
|
if ($separato) {
|
||||||
|
|||||||
Reference in New Issue
Block a user