Fix bad directory for sql files

This commit is contained in:
ldestailleur
2025-03-25 19:04:33 +01:00
parent 75a324349a
commit 635ce3de85
2 changed files with 2 additions and 2 deletions

View File

@@ -426,7 +426,7 @@ class modStockTransfer extends DolibarrModules
{
global $conf, $langs;
$result = $this->_load_tables('/install/mysql/tables/', 'stocktransfer');
$result = $this->_load_tables('/install/mysql/', 'stocktransfer');
if ($result < 0) {
return -1;
} // Do not activate module if error 'not allowed' returned when loading module SQL queries (the _load_table run sql with run_sql with the error allowed parameter set to 'default')