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;