Correction pour validation Stickler CI / stickler-ci
This commit is contained in:
parent
28d330996c
commit
218fbfc70b
@ -1416,7 +1416,7 @@ else
|
|||||||
print '</td><td>';
|
print '</td><td>';
|
||||||
if ($action == 'editlevel')
|
if ($action == 'editlevel')
|
||||||
{
|
{
|
||||||
$formcompany->form_prospect_contact_level($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->fk_prospectlevel, 'prospect_contact_level_id', 1);
|
$formcompany->formProspectContactLevel($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->fk_prospectlevel, 'prospect_contact_level_id', 1);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1802,7 +1802,7 @@ class Contact extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public function getLibProspLevel()
|
public function getLibProspLevel()
|
||||||
{
|
{
|
||||||
return $this->LibProspLevel($this->fk_prospectlevel);
|
return $this->libProspLevel($this->fk_prospectlevel);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -1811,7 +1811,7 @@ class Contact extends CommonObject
|
|||||||
* @param int $fk_prospectlevel Prospect level
|
* @param int $fk_prospectlevel Prospect level
|
||||||
* @return string label of level
|
* @return string label of level
|
||||||
*/
|
*/
|
||||||
public function LibProspLevel($fk_prospectlevel)
|
public function libProspLevel($fk_prospectlevel)
|
||||||
{
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
|
|
||||||
|
|||||||
@ -179,7 +179,7 @@ class FormCompany extends Form
|
|||||||
* @param int $empty Add empty value in list
|
* @param int $empty Add empty value in list
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function form_prospect_contact_level($page, $selected = '', $htmlname = 'prospect_contact_level_id', $empty = 0)
|
public function formProspectContactLevel($page, $selected = '', $htmlname = 'prospect_contact_level_id', $empty = 0)
|
||||||
{
|
{
|
||||||
global $user, $langs;
|
global $user, $langs;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user