DeclarationTVA/core/class
Frank Cools b110313245 Fix success condition - check entry ID instead of create() return value
- Use bookkeeping->id > 0 to check if entry was created successfully
- create() method returns 0 but entry is actually created with valid ID
- This is a common Dolibarr pattern where create() returns 0 for success
- Check actual entry ID to determine success instead of return value
2025-10-08 22:28:44 +02:00
..
declarationtva_config.class.php Fix duplicate accounting entries settings 2025-10-08 21:32:37 +02:00
declarationtva_pdf.class.php Remove duplicate getJournalConfiguration method declaration in PDF class 2025-10-08 17:23:15 +02:00
declarationtva_period.class.php Phase 1 MVP - Core foundation complete 2025-10-02 16:16:15 +02:00
declarationtva.class.php Fix success condition - check entry ID instead of create() return value 2025-10-08 22:28:44 +02:00