From 93853b77b4f59026054fa68659d2002c6edecf5f Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Wed, 5 Jan 2022 14:27:20 +0000 Subject: [PATCH] Add confirmation for client deletion from the client summary banner --- client.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); }