From cb58083d6ef56939fa52ebaee0319cd5dbf4f075 Mon Sep 17 00:00:00 2001 From: Damien Burel <damien.burel@maarch.org> Date: Thu, 16 Feb 2017 17:32:10 +0100 Subject: [PATCH] [TEST] --- apps/maarch_entreprise/xml/entreprise.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/apps/maarch_entreprise/xml/entreprise.xml b/apps/maarch_entreprise/xml/entreprise.xml index 93c5884080b..43ac7a8d42d 100644 --- a/apps/maarch_entreprise/xml/entreprise.xml +++ b/apps/maarch_entreprise/xml/entreprise.xml @@ -61,12 +61,17 @@ <label>_A_PJ</label> <process_mode></process_mode> </type> + <type show="false" with_chrono="false"> + <id>incoming_mail_attachment</id> + <label>_INCOMING_PJ</label> + <process_mode></process_mode> + </type> <type show="true" with_chrono="true" get_chrono="response_project"> <id>waybill</id> <label>_WAYBILL</label> <process_mode></process_mode> </type> - <type show="false" with_chrono="true"> + <type show="false" with_chrono="true"> <id>routing</id> <label>_ROUTING</label> <process_mode></process_mode> @@ -76,12 +81,12 @@ <label>_OUTGOING_MAIL</label> <process_mode></process_mode> </type> - <type show="false" with_chrono="false"> + <type show="false" with_chrono="false"> <id>converted_pdf</id> <label>_CONVERTED_PDF</label> <process_mode></process_mode> </type> - <type show="false" with_chrono="false"> + <type show="false" with_chrono="false"> <id>print_folder</id> <label>_PRINT_FOLDER</label> <process_mode></process_mode> -- GitLab