diff --git a/include/src/Components/Description.php b/include/src/Components/Description.php index 29bf20de2..5d6c48673 100644 --- a/include/src/Components/Description.php +++ b/include/src/Components/Description.php @@ -103,6 +103,8 @@ abstract class Description extends Model $attributes['qta'] = $qta; } + $attributes['qta_evasa'] = 0; + // Creazione del nuovo oggetto $model = new $object();