Fix with php-cs-fixer

This commit is contained in:
Laurent Destailleur
2023-12-04 12:12:12 +01:00
parent c409b32e1a
commit a7125280bc
101 changed files with 742 additions and 530 deletions

View File

@@ -38,7 +38,7 @@ if (isModEnabled('project')) {
$langs->loadLangs(array("suppliers", "orders", "companies", "stocks"));
// Get Parameters
$id = GETPOST('facid', 'int') ?GETPOST('facid', 'int') : GETPOST('id', 'int');
$id = GETPOST('facid', 'int') ? GETPOST('facid', 'int') : GETPOST('id', 'int');
$ref = GETPOST('ref');
$action = GETPOST('action', 'aZ09');