mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Merge pull request #23069 from Easya-Solutions/fix-action-trigger-member-subscription-modify
FIX fetch object in member subscription modify trigger for events
This commit is contained in:
@@ -742,7 +742,7 @@ class InterfaceActionsAuto extends DolibarrTriggers
|
||||
if (!is_object($member)) { // This should not happen
|
||||
include_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.class.php';
|
||||
$member = new Adherent($this->db);
|
||||
$member->fetch($this->fk_adherent);
|
||||
$member->fetch($object->fk_adherent);
|
||||
}
|
||||
|
||||
if (empty($object->actionmsg2)) {
|
||||
|
||||
Reference in New Issue
Block a user