Doc
This commit is contained in:
parent
8c5cb7ce34
commit
e63432379c
@ -169,7 +169,7 @@ if ($action == 'confirm_refusepropal' && $confirm == 'yes') {
|
|||||||
$message = 'refused';
|
$message = 'refused';
|
||||||
setEventMessages("PropalRefused", null, 'warnings');
|
setEventMessages("PropalRefused", null, 'warnings');
|
||||||
if (method_exists($object, 'call_trigger')) {
|
if (method_exists($object, 'call_trigger')) {
|
||||||
//customer is not a user !?! so could we use same user as validation ?
|
// Online customer is not a user, so we use the use that validates the documents
|
||||||
$user = new User($db);
|
$user = new User($db);
|
||||||
$user->fetch($object->user_valid_id);
|
$user->fetch($object->user_valid_id);
|
||||||
$result = $object->call_trigger('PROPAL_CLOSE_REFUSED', $user);
|
$result = $object->call_trigger('PROPAL_CLOSE_REFUSED', $user);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user