|
@@ -31,7 +31,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
|
|
|
// Load translation files required by the page
|
|
|
$langs->loadLangs(array('bills', 'companies'));
|
|
|
|
|
|
-$id = GETPOST('id');
|
|
|
+$id = GETPOST('id', 'int');
|
|
|
$ref = GETPOST('ref', 'alpha');
|
|
|
$action = GETPOST('action', 'alpha');
|
|
|
$confirm = GETPOST('confirm', 'alpha');
|