- 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 |
||
|---|---|---|
| .. | ||
| declarationtva_config.class.php | ||
| declarationtva_pdf.class.php | ||
| declarationtva_period.class.php | ||
| declarationtva.class.php | ||