Files
dolibarr/htdocs/compta/tva
Juan Pablo Farber 5e8bb7be8e QUAL Replace $_REQUEST superglobals with GETPOST() in projet and compta/tva (#37456)
* 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.
2026-03-12 13:50:58 +01:00
..
2026-02-11 21:15:41 +01:00
2025-11-24 16:29:21 +01:00
2025-08-26 04:12:51 +02:00
2024-11-10 23:47:14 +01:00
2025-08-26 04:12:51 +02:00
2025-10-17 02:31:07 +02:00