Files
dolibarr/htdocs/core/class
Anthony V 0062c9929a Fix: Avoid undefined array key warning in form setup
- Added a check to ensure 'isMandatory' exists in $item->fieldParams before accessing it.
- Prevents "Undefined array key" warning in html.formsetup.class.php.
- Improved robustness by using !empty() to handle missing or false values safely.
2025-02-10 15:10:28 +01:00
..
2024-10-29 02:58:20 +01:00
2024-06-04 10:44:44 +02:00
2024-11-22 00:39:22 +01:00
2025-02-07 16:26:26 +01:00
2025-01-17 17:09:47 +01:00
2025-01-27 19:15:09 +01:00
2025-02-10 12:42:41 +01:00
2025-01-27 19:15:09 +01:00
2024-11-19 12:21:29 +01:00
2024-12-29 17:12:50 +01:00
2024-09-17 00:23:25 +02:00
2024-08-03 13:51:03 +02:00
2024-08-20 03:19:13 +02:00
2024-11-24 13:39:16 +01:00