[CORE] FIX Travis phpcs (#incoterm).
This commit is contained in:
parent
52441914de
commit
11a0624e39
@ -562,10 +562,13 @@ class Form
|
|||||||
* Return select list of incoterms
|
* Return select list of incoterms
|
||||||
*
|
*
|
||||||
* @param string $selected Id or Code of preselected incoterm
|
* @param string $selected Id or Code of preselected incoterm
|
||||||
|
* @param string $location_incoterms Value of input location
|
||||||
|
* @param string $page Defined the form action
|
||||||
* @param string $htmlname Name of html select object
|
* @param string $htmlname Name of html select object
|
||||||
* @param string $htmloption Options html on select object
|
* @param string $htmloption Options html on select object
|
||||||
* @param string $maxlength Max length for labels (0=no limit)
|
* @param int $forcecombo Force to use combo box
|
||||||
* @return string HTML string with select
|
* @param array $events Event options to run on change. Example: array(array('method'=>'getContacts', 'url'=>dol_buildpath('/core/ajax/contacts.php',1), 'htmlname'=>'contactid', 'params'=>array('add-customer-contact'=>'disabled')))
|
||||||
|
* @return string HTML string with select and input
|
||||||
*/
|
*/
|
||||||
function select_incoterms($selected='', $location_incoterms='', $page='',$htmlname='incoterm_id',$htmloption='', $forcecombo=0, $events=array())
|
function select_incoterms($selected='', $location_incoterms='', $page='',$htmlname='incoterm_id',$htmloption='', $forcecombo=0, $events=array())
|
||||||
{
|
{
|
||||||
|
|||||||
@ -138,5 +138,3 @@ class modIncoterm extends DolibarrModules
|
|||||||
return $this->_remove($sql, $options);
|
return $this->_remove($sql, $options);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user