mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fix bad directory for sql files
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user