Add form tags for the one step form. #270
This commit is contained in:
parent
51850d0230
commit
603919667f
1 changed files with 7 additions and 0 deletions
|
|
@ -2029,6 +2029,13 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
||||||
$params['ftags']['invoice_edit'] = true;
|
$params['ftags']['invoice_edit'] = true;
|
||||||
$params['ftags']['preset_vehicle'] = true;
|
$params['ftags']['preset_vehicle'] = true;
|
||||||
break;
|
break;
|
||||||
|
case 'onestep':
|
||||||
|
$params['ftags']['vehicle_dropdown'] = true;
|
||||||
|
$params['ftags']['set_map_coordinate'] = false;
|
||||||
|
$params['ftags']['invoice_edit'] = true;
|
||||||
|
$params['ftags']['ticket_table'] = false;
|
||||||
|
$params['ftags']['cancel_button'] = false;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue