From 59386f2254cb52d75a165574d314f3660293c0a3 Mon Sep 17 00:00:00 2001 From: Damien Burel <damien.burel@maarch.org> Date: Thu, 18 May 2017 17:29:10 +0200 Subject: [PATCH] FIX #5545 SVR signable --- apps/maarch_entreprise/xml/entreprise.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/maarch_entreprise/xml/entreprise.xml b/apps/maarch_entreprise/xml/entreprise.xml index 98a439b831a..f170689c553 100644 --- a/apps/maarch_entreprise/xml/entreprise.xml +++ b/apps/maarch_entreprise/xml/entreprise.xml @@ -100,7 +100,7 @@ <label>_SVA</label> <process_mode>SVA</process_mode> </type> - <type show="true" with_chrono="false" icon="VR" sign="false"> + <type show="true" with_chrono="false" icon="VR" sign="true"> <id>svr</id> <label>_SVR</label> <process_mode>SVR</process_mode> -- GitLab