mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
NEW Preview product list when we choose model layout Commerce (#30185)
* New update for templateMail by creating files * New updating for get php content * Update html.formmail.class.php * Fix updating content news * Fix CTI Errors * NEW function for Preview In CKeditor products * edit html file for news * Add automaticaly subject value to editor * Update html.formmail.class.php * FIX name and path of file * Fix path for files * Fix errors variables * replace file in ajax folder * rename path * Fix return function in product class --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
committed by
GitHub
parent
c7f8a8c06d
commit
1bd3d1877e
@@ -1560,7 +1560,6 @@ class FormMail extends Form
|
||||
// Remplacer la variable de substitution dans le contenu HTML
|
||||
contentHtml = contentHtml.replace(/__SUBJECT__/g, subject);
|
||||
|
||||
|
||||
// Envoyer le contenu HTML à process_template.php pour traitement PHP
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
|
||||
Reference in New Issue
Block a user