1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

swal per duplica preventivo

This commit is contained in:
Luca
2022-07-21 10:31:28 +02:00
parent 336e969221
commit 42683cfc89
2 changed files with 22 additions and 3 deletions

View File

@@ -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 '
<option value="'.$chiave.'">'.ucfirst($testo).'</option>';
echo '
<option value="'.$chiave.'">'.ucfirst($testo).'</option>';
}
}