2
0
forked from Wavyzz/dolibarr

Look and feel v12

This commit is contained in:
Laurent Destailleur
2020-04-28 17:34:11 +02:00
parent dd3a5949c0
commit aa9ee060d5
2 changed files with 4 additions and 21 deletions

View File

@@ -488,6 +488,7 @@ function ajax_constantonoff($code, $input = array(), $entity = null, $revertonof
global $conf, $langs, $user;
$entity = ((isset($entity) && is_numeric($entity) && $entity >= 0) ? $entity : $conf->entity);
if (! isset($input)) $input = array();
if (empty($conf->use_javascript_ajax))
{