aa
This commit is contained in:
@@ -253,7 +253,7 @@ function showOrdini()
|
|||||||
|
|
||||||
// Show the fields of the orders
|
// Show the fields of the orders
|
||||||
foreach ($orders as $order) {
|
foreach ($orders as $order) {
|
||||||
$product = Product::where('sku', $order->CodArticoloGM)->first();
|
// $product = Product::where('sku', $order->CodArticoloGM)->first();
|
||||||
|
|
||||||
$str .= getvalstr("", $order->Codice) . " ";
|
$str .= getvalstr("", $order->Codice) . " ";
|
||||||
$str .= getvalstr("", $order->DataOra);
|
$str .= getvalstr("", $order->DataOra);
|
||||||
|
|||||||
Reference in New Issue
Block a user