Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasc3er committed Aug 6, 2021
2 parents 026b517 + 4b1bbd7 commit 37822a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/interventi/actions.php
Expand Up @@ -230,7 +230,7 @@
$intervento->delete();

// Elimino il collegamento al componente
$dbo->query('DELETE FROM my_componenti WHERE idintervento='.prepare($id_record));
$dbo->query('DELETE FROM my_componenti WHERE id_intervento='.prepare($id_record));

// Eliminazione associazione tecnici collegati all'intervento
$dbo->query('DELETE FROM in_interventi_tecnici WHERE idintervento='.prepare($id_record));
Expand Down

0 comments on commit 37822a2

Please sign in to comment.