From 42683cfc896b59a72934d2389491dfd72327afe5 Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 21 Jul 2022 10:31:28 +0200 Subject: [PATCH] swal per duplica preventivo --- modules/dashboard/edit.php | 4 ++-- modules/preventivi/buttons.php | 21 ++++++++++++++++++++- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/modules/dashboard/edit.php b/modules/dashboard/edit.php index 95da8363f..6c899e855 100755 --- a/modules/dashboard/edit.php +++ b/modules/dashboard/edit.php @@ -315,8 +315,8 @@ WHERE (SELECT COUNT(*) FROM in_interventi_tecnici WHERE in_interventi_tecnici.id if (checkdate($data->format('m'), $data->format('d'), $data->format('Y'))){ - echo ' - '; + echo ' + '; } } diff --git a/modules/preventivi/buttons.php b/modules/preventivi/buttons.php index 7bdf99d6b..5f1078e76 100644 --- a/modules/preventivi/buttons.php +++ b/modules/preventivi/buttons.php @@ -20,7 +20,7 @@ include_once __DIR__.'/../../core.php'; echo ' -'; @@ -96,3 +96,22 @@ echo ' '; + +echo ' +'; \ No newline at end of file