From 854cf63a6aa10ef4a1c7fde79c2cafd2be7130b7 Mon Sep 17 00:00:00 2001
From: UT from dolibit <45215329+dolibit-ut@users.noreply.github.com>
Date: Thu, 8 Sep 2022 20:26:31 +0200
Subject: [PATCH] Update multicurrency_rate.php
---
htdocs/multicurrency/multicurrency_rate.php | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/htdocs/multicurrency/multicurrency_rate.php b/htdocs/multicurrency/multicurrency_rate.php
index 3f20476f72a..2cc729bb35d 100644
--- a/htdocs/multicurrency/multicurrency_rate.php
+++ b/htdocs/multicurrency/multicurrency_rate.php
@@ -23,15 +23,16 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*/
/**
- * \file htdocs/multicurrency/multicurrency_rate.php
- * \ingroup multicurrency
- * \brief Page to list multicurrency rate
+ * \file htdocs/multicurrency/multicurrency_rate.php
+ * \ingroup multicurrency
+ * \brief Page to list multicurrency rate
*/
+// Dolibarr Environment
require '../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/multicurrency.lib.php';
@@ -39,6 +40,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/multicurrency.lib.php';
// Load translation files required by the page
$langs->loadLangs(array('multicurrency'));
+// Get Parameters
$action = GETPOST('action', 'alpha');
$massaction = GETPOST('massaction', 'alpha');
$show_files = GETPOST('show_files', 'int');