Aggiunto possibilità di cancellare documenti (contratti)

This commit is contained in:
2023-10-17 09:44:22 +02:00
parent 11f819cfbc
commit b64d954309
4 changed files with 20 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ class GenDoc extends Model
1=>'Contratti',
2=>'Automobili',
3=>'Progetti',
4=>'Documenti',
];
return $entity_resolve[$entity];
}