mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-26 02:33:17 +01:00
* 🐛 Fix PhanTypeMismatchProperty error in invoice creation The error occurred due to incorrect type handling in the invoice creation process. The changes fix this by properly handling the subtype field as an integer. This ensures type consistency and prevents potential runtime errors. * FIX: Correct assignment to linkedObjectsIds in card.php # FIX: Correct assignment to linkedObjectsIds in card.php Modified the structure of linkedObjectsIds to include the rowid as a key to match the property type. --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>