DeclarationTVA/core
Frank Cools c400608a40 Add proper database transaction handling
- Start transaction with db->begin() before creating entries
- Commit transaction with db->commit() after all entries created
- Rollback transaction with db->rollback() on any failure
- Follow Dolibarr best practices for accounting entry creation
- Ensure entries are properly committed to database
2025-10-08 22:23:00 +02:00
..
class Add proper database transaction handling 2025-10-08 22:23:00 +02:00
modules Version 2.6.0: Fix declaration list display and clean debug code 2025-10-08 15:20:29 +02:00