changeset 1938:e138a6a2858c

health : Task https://savannah.gnu.org/task/index.php?13483 Add Checked in status for appointment.
author Luis Falcon <falcon@gnu.org>
date Mon, 18 May 2015 12:01:46 +0100
parents 01767614e83e
children 22d052f3537d
files tryton/health/health.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tryton/health/health.py
+++ b/tryton/health/health.py
@@ -2867,6 +2867,7 @@
         (None, ''),
         ('free', 'Free'),
         ('confirmed', 'Confirmed'),
+        ('checked_in', 'Checked in'),
         ('done', 'Done'),
         ('user_cancelled', 'Cancelled by patient'),
         ('center_cancelled', 'Cancelled by Health Center'),