Creato funzione di cancellazione riga dal progetto eritorno su pagina di dettaglio.

This commit is contained in:
2023-05-11 10:59:54 +02:00
parent 92276adb8a
commit 731b188f4d
4 changed files with 17 additions and 1 deletions

View File

@@ -149,7 +149,7 @@
<td>{{ $riga->descrizione }}</td>
<td>{{ $riga->ore }}</td>
<td>{{ $riga->prezzo }}</td>
<td><a href="#{{ $riga->id }}" class="btn btn-danger">X</a></td>
<td><a href="delete_row/{{ $riga->id }}/return/{{ $progetto->id }}" class="btn btn-danger">X</a></td>
</tr>
@else
<tr>