From de0f32306da0940a844ffcaa57efb601e329f843 Mon Sep 17 00:00:00 2001 From: oscar alvarez Date: Tue, 24 Oct 2023 13:15:34 -0500 Subject: [PATCH] Fix --- booking.xml | 6 +++--- constants.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/booking.xml b/booking.xml index f15f2b5..3956157 100644 --- a/booking.xml +++ b/booking.xml @@ -66,15 +66,15 @@ this repository contains the full copyright notices and license terms. --> - + All diff --git a/constants.py b/constants.py index 047b4eb..9443462 100644 --- a/constants.py +++ b/constants.py @@ -3,7 +3,7 @@ STATE_BOOKING = [ ('offer', 'Offer'), ('confirmed', 'Confirmed'), ('cancelled', 'Cancelled'), - ('not_show', 'Not Show'), + ('no_show', 'No Show'), ('finished', 'Finished'), ]