FIX missing class "societe" when create another object with workflow

This commit is contained in:
Regis Houssin 2022-10-03 08:22:27 +02:00
parent 7bab68753a
commit 65b5f002ea

View File

@ -28,9 +28,10 @@ if (!defined('NOREQUIREHTML')) {
if (!defined('NOREQUIREAJAX')) {
define('NOREQUIREAJAX', '1');
}
if (!defined('NOREQUIRESOC')) {
// Needed for create other object with workflow
/*if (!defined('NOREQUIRESOC')) {
define('NOREQUIRESOC', '1');
}
}*/
if (!defined('NOCSRFCHECK')) {
define('NOCSRFCHECK', '1');
}