mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
FIX #5895
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user