mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX #5895
This commit is contained in:
parent
e6894eda0e
commit
ff4fa9977c
|
|
@ -97,7 +97,7 @@ ToAddRecipientsChooseHere=Add recipients by choosing from the lists
|
|||
NbOfEMailingsReceived=Mass emailings received
|
||||
NbOfEMailingsSend=Mass emailings sent
|
||||
IdRecord=ID record
|
||||
DeliveryReceipt=Delivery Receipt
|
||||
DeliveryReceipt=Delivery Ack.
|
||||
YouCanUseCommaSeparatorForSeveralRecipients=You can use the <b>comma</b> separator to specify several recipients.
|
||||
TagCheckMail=Track mail opening
|
||||
TagUnsubscribe=Unsubscribe link
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ if (empty($reshook))
|
|||
}
|
||||
}
|
||||
|
||||
if ($action == 'confirm_merge' && $confirm == 'yes')
|
||||
if ($action == 'confirm_merge' && $confirm == 'yes' && $user->rights->societe->creer)
|
||||
{
|
||||
$object->fetch($socid);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user