From e3e36dca6d47e0fa997dcaf942579ca887f49c64 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Aug 2012 23:39:11 +0200 Subject: [PATCH] We set to zero to unifrmize way of working between customer and supplier payments --- htdocs/master.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php index d8dbb852e16..134e68e7a81 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -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 ?>