From 72431693c30dea98997dafc376f16d0fa74a4932 Mon Sep 17 00:00:00 2001 From: Anthony F McInerney Date: Wed, 23 Sep 2020 05:32:51 +0100 Subject: [PATCH] Update Add Services web form --- includes/html/pages/addsrv.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/html/pages/addsrv.inc.php b/includes/html/pages/addsrv.inc.php index fdfba18207..1b10d942b6 100644 --- a/includes/html/pages/addsrv.inc.php +++ b/includes/html/pages/addsrv.inc.php @@ -31,6 +31,8 @@ if (! Auth::user()->hasGlobalAdmin()) { $pagetitle[] = 'Add service'; echo "
+
+
"; include_once 'includes/html/print-service-add.inc.php';