2
0
forked from Wavyzz/dolibarr

FIX Option FCKEDITOR_ENABLE_MAIL was no used into dictionnary page to

edit email templates
This commit is contained in:
Laurent Destailleur
2016-03-05 12:37:09 +01:00
parent 446a080c75
commit d8045e33bb
2 changed files with 4 additions and 2 deletions

View File

@@ -952,7 +952,7 @@ class FormMail extends Form
'__PROJECT_REF__',
'__PROJECT_NAME__',
'__CONTACTCIVNAME__',
'__PERSONALIZED__', // Paypal link is added here
'__PERSONALIZED__', // Paypal link will be added here in form mode
'__SIGNATURE__',
);
}