Skip to content
Snippets Groups Projects
Verified Commit b48d3348 authored by Damien's avatar Damien
Browse files

FEAT #12091 TIME 0:15 Migrate res_letterbox.contact fusion

parent 86384f47
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,12 @@ include_once('../../vendor/tinybutstrong/opentbs/tbs_plugin_opentbs.php');
const OFFICE_EXTENSIONS = ['odt', 'ods', 'odp', 'xlsx', 'pptx', 'docx', 'odf'];
$DATA_TO_REPLACE = [
'res_letterbox.destination' => '[destination.entity_id]',
'res_letterbox.entity_label' => '[destination.entity_label]',
'res_letterbox.process_notes' => '[notes]',
'res_letterbox.destination' => '[destination.entity_id]',
'res_letterbox.entity_label' => '[destination.entity_label]',
'res_letterbox.process_notes' => '[notes]',
'res_letterbox.contact_firstname' => '[sender.firstname]',
'res_letterbox.contact_lastname' => '[sender.lastname]',
'res_letterbox.contact_society' => '[sender.company]',
'res_letterbox.nature_id' => '[res_letterbox.custom_1]',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment