mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-19 16:01:33 +01:00
* New: Adding linked project to mass mailing card * modify project on mailing card * mailing card load fk_project pre commit fix * only fetch projects with id>0 * fix PHPstan errors regarding mesg * projects related to mass mailings does not have a soc or socid * remove last trace of soc and socid * checking if mesg is set before using it * just loading all projects, because maybe you have a mailing list with workers for a thirdparty? think company party * showing the project during edit * given that action is already something else, it will never not be classify * making PHPstan happy * Adding project column to list of mass mailings. Search, order and click able * pasted the wrong place * no need to check for filtermail * x now also clears project search --------- Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk> Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>