Update html.form.class.php

This commit is contained in:
Laurent Destailleur
2021-07-13 13:01:34 +02:00
committed by GitHub
parent 12e327d6b4
commit bbce0f9c1b

View File

@@ -4454,7 +4454,6 @@ class Form
*/
public function selectEstablishments($selected = '', $htmlname = 'entity', $status = 0, $filtre = '', $useempty = 0, $moreattrib = '')
{
// phpcs:enable
global $langs, $conf;
$langs->load("admin");
@@ -6603,7 +6602,6 @@ class Form
*/
public function selectTickets($selected = '', $htmlname = 'ticketid', $filtertype = '', $limit = 0, $status = 1, $selected_input_value = '', $hidelabel = 0, $ajaxoptions = array(), $socid = 0, $showempty = '1', $forcecombo = 0, $morecss = '', $selected_combinations = null, $nooutput = 0)
{
// phpcs:enable
global $langs, $conf;
$out = '';