FIX missing class "societe" when create another object with workflow
This commit is contained in:
parent
7bab68753a
commit
65b5f002ea
@ -28,9 +28,10 @@ if (!defined('NOREQUIREHTML')) {
|
|||||||
if (!defined('NOREQUIREAJAX')) {
|
if (!defined('NOREQUIREAJAX')) {
|
||||||
define('NOREQUIREAJAX', '1');
|
define('NOREQUIREAJAX', '1');
|
||||||
}
|
}
|
||||||
if (!defined('NOREQUIRESOC')) {
|
// Needed for create other object with workflow
|
||||||
|
/*if (!defined('NOREQUIRESOC')) {
|
||||||
define('NOREQUIRESOC', '1');
|
define('NOREQUIRESOC', '1');
|
||||||
}
|
}*/
|
||||||
if (!defined('NOCSRFCHECK')) {
|
if (!defined('NOCSRFCHECK')) {
|
||||||
define('NOCSRFCHECK', '1');
|
define('NOCSRFCHECK', '1');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user