Merge pull request #1015 from marcus905/master

Risolta issue #1014
This commit is contained in:
Luca 2022-02-07 14:44:56 +01:00 committed by GitHub
commit 2e228691fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -42,13 +42,12 @@ switch (post('op')) {
case 'add':
$codice = post('codice');
$tipo->calcola_km = post('calcola_km');
$descrizione = post('descrizione');
$tipo = Tipo::build($codice, $descrizione);
$tipo->tempo_standard = post('tempo_standard');
$tipo->calcola_km = post('calcola_km');
$tipo->costo_orario = post('costo_orario');
$tipo->costo_km = post('costo_km');
$tipo->costo_diritto_chiamata = post('costo_diritto_chiamata');