mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
* Qual: Fix missing abstract isEnabled for ModeleDon # Qual: Fix missing abstract isEnabled for ModeleDon * Qual: Fix donation list fields # Qual: Fix donation list fields Fixes PhanTypeMismatchProperty issues in don/list.php by typecasting and adding d.ref field to query & using it. * Fix: Fix call to ModeleDon::write_file - Refactored write_file method in don.class.php to extraneous parameters - Removed PhanParamTooMany warning from baseline.txt * Qual: Remove duplicate assignment in list.php Removed redundant assignment of projectstatic.id. --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>