Update partnership.class.php
This commit is contained in:
parent
7897469963
commit
4ef53234f1
@ -119,6 +119,10 @@ class Partnership extends CommonObject
|
|||||||
public $date_partnership_end;
|
public $date_partnership_end;
|
||||||
public $count_last_url_check_error;
|
public $count_last_url_check_error;
|
||||||
public $last_check_backlink;
|
public $last_check_backlink;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string reason_decline_or_cancel
|
||||||
|
*/
|
||||||
public $reason_decline_or_cancel;
|
public $reason_decline_or_cancel;
|
||||||
// END MODULEBUILDER PROPERTIES
|
// END MODULEBUILDER PROPERTIES
|
||||||
|
|
||||||
@ -848,9 +852,10 @@ class Partnership extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* Set refused status
|
* Set refused status
|
||||||
*
|
*
|
||||||
* @param User $user Object user that modify
|
* @param User $user Object user that modify
|
||||||
* @param int $notrigger 1=Does not execute triggers, 0=Execute triggers
|
* @param string $reasondeclinenote Reason decline
|
||||||
* @return int <0 if KO, 0=Nothing done, >0 if OK
|
* @param int $notrigger 1=Does not execute triggers, 0=Execute triggers
|
||||||
|
* @return int <0 if KO, 0=Nothing done, >0 if OK
|
||||||
*/
|
*/
|
||||||
public function refused($user, $reasondeclinenote = '', $notrigger = 0)
|
public function refused($user, $reasondeclinenote = '', $notrigger = 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user