Browse Source

Fix recurring invoices generation when using the cron url

Laurent Dinclaux 8 years ago
parent
commit
fb561bae1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/public/cron/cron_run_jobs.php

+ 1 - 1
htdocs/public/cron/cron_run_jobs.php

@@ -26,7 +26,7 @@ if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Disables token
 if (! defined('NOREQUIREMENU'))  define('NOREQUIREMENU','1');
 if (! defined('NOREQUIREHTML'))  define('NOREQUIREHTML','1');
 if (! defined('NOREQUIREAJAX'))  define('NOREQUIREAJAX','1');
-if (! defined('NOREQUIRESOC'))   define('NOREQUIRESOC','1');
+//if (! defined('NOREQUIRESOC'))   define('NOREQUIRESOC','1');
 if (! defined('NOLOGIN'))   define('NOLOGIN','1');
 //if (! defined('NOREQUIRETRAN'))  define('NOREQUIRETRAN','1');