fix travis
This commit is contained in:
parent
f0f0b69d87
commit
6ee5a9e2a6
@ -889,7 +889,18 @@ class FormCompany
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function selectProspectCustomerType($selected, $htmlname = 'client', $htmlidname='customerprospect', $typeinput='form',$morecss = '') {
|
/**
|
||||||
|
* Return a HTML select for thirdparty type
|
||||||
|
*
|
||||||
|
* @param int $selected selected value
|
||||||
|
* @param string $htmlname HTML select name
|
||||||
|
* @param string $htmlidname HTML select id
|
||||||
|
* @param string $typeinput HTML output
|
||||||
|
* @param string $morecss More css
|
||||||
|
* @return string HTML string
|
||||||
|
*/
|
||||||
|
function selectProspectCustomerType($selected, $htmlname = 'client', $htmlidname = 'customerprospect', $typeinput = 'form', $morecss = '')
|
||||||
|
{
|
||||||
|
|
||||||
global $conf,$langs;
|
global $conf,$langs;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user