Eoxia / doliletter

Just to send doc easily with Dolibarr
GNU General Public License v3.0
0 stars 3 forks source link

si le tiers/contact n'a pas d'email, l'option envoyer par email n'est pas possible #365

Open evarisk-theo opened 2 years ago

963HU commented 2 years ago

Temporary solution: Edit envelope_card.php

Insert: after

//$formmail->fromtype = (GETPOST('fromtype') ?GETPOST('fromtype') : (!empty($conf->global->MAIN_MAIL_DEFAULT_FROMTYPE) ? $conf->global->MAIN_MAIL_DEFAULT_FROMTYPE : 'user'));

This is: $formmail->fromtype = 'robot';