Skip to content
Snippets Groups Projects
Commit 2666c2f8 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #0 add status for pj

parent a57b06f7
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,13 @@ INSERT INTO status VALUES ('VIS', 'A viser', 'N', 'N', '', 'apps', 'Y', 'Y');
 
INSERT INTO status (id, label_status, is_system, img_filename, maarch_module, can_be_searched, can_be_modified) VALUES ('SMART', 'Nouvelle demande Allo Mairie', 'N', '', 'apps', 'Y', 'N');
 
---------------
-- PJ STATUS --
---------------
INSERT INTO status (id, label_status, is_system) VALUES ('A_TRA', 'A traiter', 'N');
INSERT INTO status (id, label_status, is_system) VALUES ('TRA', 'Traité', 'N');
INSERT INTO status (id, label_status, is_system) VALUES ('OBS', 'Obsolète', 'N');
 
------------
--PARAMETERS--
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