aa
This commit is contained in:
@@ -704,13 +704,13 @@ function showDettOrdini()
|
||||
return $str;
|
||||
}
|
||||
|
||||
function showDettOrdiniWeb()
|
||||
function showDettOrdiniWeb($idordine)
|
||||
{
|
||||
try {
|
||||
|
||||
$str = "Ordini T_WEB_TestateOrdini:" . PHP_EOL . '<br>';
|
||||
|
||||
$orders = AppOrderWeb::all();
|
||||
$orders = AppOrderWeb::where('IdInternet', $idordine)->get();
|
||||
|
||||
// Show the fields of the orders
|
||||
foreach ($orders as $order) {
|
||||
|
||||
Reference in New Issue
Block a user