diff --git a/client.php b/client.php index e2506037..6f3368e3 100644 --- a/client.php +++ b/client.php @@ -246,7 +246,7 @@ $location_phone = formatPhoneNumber($location_phone); Edit - Delete + Delete @@ -259,6 +259,7 @@ $location_phone = formatPhoneNumber($location_phone); include("client_routes.php"); include("edit_client_modal.php"); include("add_quick_modal.php"); + include("delete_client_modal.php"); }