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

Error in page member_options.php #34

Closed aureleduda closed 11 months ago

aureleduda commented 11 months ago

On l. 164-167 of member_options.php Memberplus_prepare_head need a Adherent instance, got a AdherentPlus. It causes an error and the page is not displayed

$object = new AdherentPlus($db); $object->fetch($rowid);

$head = memberplus_prepare_head($object);

ptibogxiv commented 11 months ago

PR pushed