updated backend so booked appointment automatically changes to completed
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
|
||||
<!-- Staff -->
|
||||
<TextView
|
||||
android:id="@+id/tvLabelStaff"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Staff"
|
||||
@@ -152,6 +153,7 @@
|
||||
<!-- Appointment Date -->
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvLabelDate"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Appointment Date"
|
||||
@@ -172,6 +174,7 @@
|
||||
|
||||
<!-- Appointment Time-->
|
||||
<TextView
|
||||
android:id="@+id/tvLabelTime"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Appointment Time"
|
||||
|
||||
Reference in New Issue
Block a user