Commit 732b8d47 by François COLOMBIER

Explain Cagette use of suspended status

parent 6facaaa9
...@@ -19,7 +19,7 @@ EXTRA_COOPERATIVE_STATE_SELECTION = [ ...@@ -19,7 +19,7 @@ EXTRA_COOPERATIVE_STATE_SELECTION = [
('vacation', 'On Vacation'), ('vacation', 'On Vacation'),
('up_to_date', 'Up to date'), ('up_to_date', 'Up to date'),
('alert', 'Alert'), ('alert', 'Alert'),
('suspended', 'Suspended'), ('suspended', 'Suspended'), # translated as Rattrapage in LaCagette external app. context
('delay', 'Delay'), ('delay', 'Delay'),
('blocked', 'Blocked'), ('blocked', 'Blocked'),
('unpayed', 'Unpayed'), ('unpayed', 'Unpayed'),
...@@ -32,7 +32,7 @@ WORKING_STATE_SELECTION = [ ...@@ -32,7 +32,7 @@ WORKING_STATE_SELECTION = [
('vacation', 'On Vacation'), ('vacation', 'On Vacation'),
('up_to_date', 'Up to date'), ('up_to_date', 'Up to date'),
('alert', 'Alert'), ('alert', 'Alert'),
('suspended', 'Suspended'), ('suspended', 'Suspended'), # translated as Rattrapage in LaCagette external app. context
('delay', 'Delay'), ('delay', 'Delay'),
('blocked', 'Blocked'), ('blocked', 'Blocked'),
('gone', 'Gone'), ('gone', 'Gone'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment