This commit is contained in:
paoloar77
2024-07-16 10:55:39 +02:00
parent a672084641
commit c11bebeed0

View File

@@ -505,7 +505,7 @@ function showOrdini()
if ($order->Descrizione)
$str .= getvalstr("Descr", $order->Descrizione);
$str .= '<a href="' . $product->permalink . '/apimacro/public/setordine/' . $order->IdInternet . '/del/" target="_blank">ELIMINA!</a>' . $sep;
$str .= '<a href="' . url('apimacro/public/setordine/') . $order->IdInternet . '/del/" target="_blank">ELIMINA!</a>' . $sep;
// $str .= getarraystr($product) . "<br>";
// $str .= $product;