DeclarationTVA/core
Frank Cools 93d68b1095 Add fetch method and properties to DeclarationTVA class
Class Enhancement:
- Added missing properties: rowid, period_id, declaration_number, declaration_name, start_date, end_date, status
- Added fetch() method to retrieve declaration by ID
- Method populates object properties from database
- Returns 1 if found, 0 if not found, -1 if error

This fixes the 'Call to undefined method fetch()' error in declarationtva_view.php.
2025-10-02 18:20:05 +02:00
..
class Add fetch method and properties to DeclarationTVA class 2025-10-02 18:20:05 +02:00
modules Add debugging and manual table creation fallback 2025-10-02 17:36:29 +02:00