Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
731702c7eb
@ -1614,7 +1614,7 @@ class FormMail extends Form
|
|||||||
if ($conf->adherent->enabled) {
|
if ($conf->adherent->enabled) {
|
||||||
$tmparray['__SECUREKEYPAYMENT_MEMBER__'] = 'SecureKeyPAYMENTUniquePerMember';
|
$tmparray['__SECUREKEYPAYMENT_MEMBER__'] = 'SecureKeyPAYMENTUniquePerMember';
|
||||||
}
|
}
|
||||||
if ($conf->donation->enabled) {
|
if ($conf->don->enabled) {
|
||||||
$tmparray['__SECUREKEYPAYMENT_DONATION__'] = 'SecureKeyPAYMENTUniquePerDonation';
|
$tmparray['__SECUREKEYPAYMENT_DONATION__'] = 'SecureKeyPAYMENTUniquePerDonation';
|
||||||
}
|
}
|
||||||
if ($conf->facture->enabled) {
|
if ($conf->facture->enabled) {
|
||||||
@ -1631,7 +1631,7 @@ class FormMail extends Form
|
|||||||
if ($conf->adherent->enabled) {
|
if ($conf->adherent->enabled) {
|
||||||
$tmparray['__ONLINEPAYMENTLINK_MEMBER__'] = 'OnlinePaymentLinkUniquePerMember';
|
$tmparray['__ONLINEPAYMENTLINK_MEMBER__'] = 'OnlinePaymentLinkUniquePerMember';
|
||||||
}
|
}
|
||||||
if ($conf->donation->enabled) {
|
if ($conf->don->enabled) {
|
||||||
$tmparray['__ONLINEPAYMENTLINK_DONATION__'] = 'OnlinePaymentLinkUniquePerDonation';
|
$tmparray['__ONLINEPAYMENTLINK_DONATION__'] = 'OnlinePaymentLinkUniquePerDonation';
|
||||||
}
|
}
|
||||||
if ($conf->facture->enabled) {
|
if ($conf->facture->enabled) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user