* Fix: replace $_REQUEST with GETPOST() in projet/note.php
Use GETPOST('mode', 'alpha') instead of direct $_REQUEST['mode']
access to follow Dolibarr coding conventions for input sanitization.
* Fix: replace $_REQUEST with GETPOSTINT() in compta/tva/clients.php
Use GETPOSTINT('extra_report') instead of direct $_REQUEST access
to follow Dolibarr coding conventions for input sanitization.