diff --git a/apps/maarch_entreprise/lang/en.php b/apps/maarch_entreprise/lang/en.php index 5567f9ed4c24302523b2e09d93e0eaad656d4419..959b6391a81bd85e974cb5698830a13d41c3df31 100755 --- a/apps/maarch_entreprise/lang/en.php +++ b/apps/maarch_entreprise/lang/en.php @@ -29,12 +29,6 @@ if (!defined('_ID_TO_DISPLAY')) { } // value res_id || chrono_number /************** Administration **************/ -if (!defined('_SVR')) { - define('_SVR', 'SVR'); -} -if (!defined('_SVA')) { - define('_SVA', 'SVA'); -} if (!defined('_ADDED')) { define('_ADDED', 'added'); } diff --git a/apps/maarch_entreprise/lang/fr.php b/apps/maarch_entreprise/lang/fr.php index d305e2765ee3a71dfbc80d0f4577cbe8bbed7e10..aba1d91355365652e8a50922e4ab1cecdfe4aa37 100755 --- a/apps/maarch_entreprise/lang/fr.php +++ b/apps/maarch_entreprise/lang/fr.php @@ -18,12 +18,6 @@ if (!defined('_ID_TO_DISPLAY')) { // value res_id || chrono_number define('_ID_TO_DISPLAY', 'chrono_number'); } /************** Administration **************/ -if (!defined('_SVR')) { - define('_SVR', 'SVR'); -} -if (!defined('_SVA')) { - define('_SVA', 'SVA'); -} if (!defined('_ADDED')) { define('_ADDED', 'ajouté'); } diff --git a/apps/maarch_entreprise/lang/nl.php b/apps/maarch_entreprise/lang/nl.php index 1b827201890a2efb9f13750a17afc870f8fc52ce..7b3f9311b926076a500961dab61aba44a4f1c72e 100755 --- a/apps/maarch_entreprise/lang/nl.php +++ b/apps/maarch_entreprise/lang/nl.php @@ -12,8 +12,6 @@ */ if (!defined('_MEP_VERSION')) { define('_MEP_VERSION', 'Maarch v19.04');} if (!defined('_ID_TO_DISPLAY')) { define('_ID_TO_DISPLAY', 'chrono_number');} -if (!defined('_SVR')) { define('_SVR', 'Stilzwijgende weigering');} -if (!defined('_SVA')) { define('_SVA', 'Stilzwijgende aanvaarding');} if (!defined('_ADDED')) { define('_ADDED', 'toegevoegd');} if (!defined('_UPDATED')) { define('_UPDATED', 'gewijzigd');} if (!defined('_DELETED')) { define('_DELETED', 'verwijderd');} diff --git a/apps/maarch_entreprise/xml/entreprise.xml b/apps/maarch_entreprise/xml/entreprise.xml index c3f9df7a9022d565738ca72b041a0c4c25d4bd75..668cf00d15a54a36a57ae8a3fdd682f929795821 100755 --- a/apps/maarch_entreprise/xml/entreprise.xml +++ b/apps/maarch_entreprise/xml/entreprise.xml @@ -55,16 +55,6 @@ <label>_PRINT_FOLDER</label> <process_mode/> </type> - <type show="true" with_chrono="false" icon="VA" sign="true"> - <id>sva</id> - <label>_SVA</label> - <process_mode>SVA</process_mode> - </type> - <type show="true" with_chrono="false" icon="VR" sign="true"> - <id>svr</id> - <label>_SVR</label> - <process_mode>SVR</process_mode> - </type> </attachment_types> <contact_check> <check_days_before>5</check_days_before> <!-- 0 if you want to disabled --> diff --git a/src/core/lang/lang-en.php b/src/core/lang/lang-en.php index 761b0b11d45492298be04d81b4420d1c50e13929..5072153b9e363cca3f7d1360398b3220edb2b984 100755 --- a/src/core/lang/lang-en.php +++ b/src/core/lang/lang-en.php @@ -308,8 +308,6 @@ define("_ROUTING", "Flow slip"); define("_OUTGOING_MAIL", "Spontaneous start mail"); define("_CONVERTED_PDF", "Converted PDF by the solution"); define('_PRINT_FOLDER', 'Folder'); -define('_SVA', 'SVA'); -define('_SVR', 'SVR'); define('_REDACTOR', 'Redactor'); define('_ASSIGNEE', 'Assignee'); define('_DOCUMENT_WITH_NOTES', 'Document with notes'); diff --git a/src/core/lang/lang-fr.php b/src/core/lang/lang-fr.php index 7a0429b998b7f8ce2ce2b00c2720db6063428640..f1d97048a31692dad5e9c4f7cc17ccecacabaf44 100755 --- a/src/core/lang/lang-fr.php +++ b/src/core/lang/lang-fr.php @@ -309,8 +309,6 @@ define("_ROUTING", "Fiche de circulation"); define("_OUTGOING_MAIL", "Courrier départ spontané"); define("_CONVERTED_PDF", "PDF converti par la solution"); define('_PRINT_FOLDER', 'Dossier'); -define('_SVA', 'SVA'); -define('_SVR', 'SVR'); define('_REDACTOR', 'Rédacteur'); define('_ASSIGNEE', 'Attributaire'); define('_DOCUMENT_WITH_NOTES', 'Document annoté'); diff --git a/src/core/lang/lang-nl.php b/src/core/lang/lang-nl.php index a88a4c45265135e946c19c91912e4b3dd241dd09..7726b9075ee9861ea987e2da17fc38dd9bb136df 100755 --- a/src/core/lang/lang-nl.php +++ b/src/core/lang/lang-nl.php @@ -309,8 +309,6 @@ define('_ROUTING', 'Circulatiefiche'); define('_OUTGOING_MAIL', 'Brief spontaan vertrek'); define('_CONVERTED_PDF', 'PDF geconverteerd door de oplossing'); define('_PRINT_FOLDER', 'Map'); -define('_SVA', 'Stilzwijgende aanvaarding'); -define('_SVR', 'Stilzwijgende weigering'); define('_REDACTOR', 'Opsteller'); define('_ASSIGNEE', 'Toegekende persoon'); define('_DOCUMENT_WITH_NOTES', 'Document met opmerkingen');