ptibogxiv / adherentsplus

New adherent module for Dolibarr, comptible with my module Doliconnect for Wordpress/Dolibarr sync
https://www.ptibogxiv.net
GNU General Public License v3.0
13 stars 8 forks source link

Send the confirmation of subscription to a wrong member #33

Closed aureleduda closed 11 months ago

aureleduda commented 11 months ago

The lines 388-390 causes the memberid is null, so the program send the confirmation email to the member with the smallest rowid (or ref I have no checked) Removing this three lines resolve this, sending to the correct member.

https://github.com/ptibogxiv/adherentsplus/blob/e7f764c06ab15256dadc332d0ec55b14042bf8eb/subscription.php#L388C1-L390C30

ptibogxiv commented 11 months ago

fixed