From 576098d289e23c6866ba65bfe2dc1195cc86ab10 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 18 Jul 2024 15:53:13 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 4307ad0b..0b0138eb 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -563,7 +563,7 @@ function getAllTablesStr() // Stampa la lista delle tabelle foreach ($tables as $table) { - $str .= getStructTable('T_WOO_TestateOrdini') . '
'; + $str .= getStructTable($table) . '
'; } return $str;