mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-23 04:19:59 +01:00
Fix eliminazione range listini
This commit is contained in:
parent
4585761b77
commit
0f5c7da93f
@ -75,7 +75,9 @@ switch (filter('op')) {
|
||||
// Rimozione dei prezzi cancellati
|
||||
$registrati = filter('dettaglio');
|
||||
if (!empty($registrati)) {
|
||||
$dettagli = $dettagli->whereNotIn('id', $registrati)->delete();
|
||||
$dettagli->whereNotIn('id', $registrati)->delete();
|
||||
} else {
|
||||
$dettagli->delete();
|
||||
}
|
||||
|
||||
// Aggiornamento e creazione dei prezzi registrati
|
||||
|
Loading…
Reference in New Issue
Block a user