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