We set to zero to unifrmize way of working between customer and supplier

payments
This commit is contained in:
Laurent Destailleur 2012-08-28 23:39:11 +02:00
parent 8a74c928f3
commit e3e36dca6d

View File

@ -270,6 +270,6 @@ if (! defined('NOREQUIRETRAN'))
if (! defined('MAIN_LABEL_MENTION_NPR') ) define('MAIN_LABEL_MENTION_NPR','NPR');
// We force feature to help debug
$conf->global->MAIN_JS_ON_PAYMENT=1;
$conf->global->MAIN_JS_ON_PAYMENT=0; // We set to zero to unifrmize way of working between customer and supplier payments
?>