Merge pull request #22471 from hregis/fix_online_sign_problem

FIX missing class "societe" when create another object with workflow
This commit is contained in:
Laurent Destailleur 2022-10-04 17:08:49 +02:00 committed by GitHub
commit fac5a00093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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');
}