mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-04 12:00:27 +01:00
commit
2e228691fe
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user