commit
957b373ecd
@ -65,7 +65,7 @@ class Notify
|
|||||||
// Les codes actions sont definis dans la table llx_notify_def
|
// Les codes actions sont definis dans la table llx_notify_def
|
||||||
|
|
||||||
// codes actions supported are
|
// codes actions supported are
|
||||||
// @todo defined also into interface_50_modNotificiation_Notificiation.class.php
|
// @todo defined also into interface_50_modNotification_Notification.class.php
|
||||||
public $arrayofnotifsupported = array(
|
public $arrayofnotifsupported = array(
|
||||||
'BILL_VALIDATE',
|
'BILL_VALIDATE',
|
||||||
'BILL_PAYED',
|
'BILL_PAYED',
|
||||||
@ -687,7 +687,7 @@ class Notify
|
|||||||
break;
|
break;
|
||||||
case 'BILL_PAYED':
|
case 'BILL_PAYED':
|
||||||
$link = '<a href="'.$urlwithroot.'/compta/facture/card.php?facid='.$object->id.'&entity='.$object->entity.'">'.$newref.'</a>';
|
$link = '<a href="'.$urlwithroot.'/compta/facture/card.php?facid='.$object->id.'&entity='.$object->entity.'">'.$newref.'</a>';
|
||||||
$dir_output = $$conf->facture->dir_output."/".get_exdir(0, 0, 0, 1, $object, 'invoice');
|
$dir_output = $conf->facture->dir_output."/".get_exdir(0, 0, 0, 1, $object, 'invoice');
|
||||||
$object_type = 'facture';
|
$object_type = 'facture';
|
||||||
$mesg = $langs->transnoentitiesnoconv("EMailTextInvoicePayed", $link);
|
$mesg = $langs->transnoentitiesnoconv("EMailTextInvoicePayed", $link);
|
||||||
break;
|
break;
|
||||||
|
|||||||
@ -30,7 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/triggers/dolibarrtriggers.class.php';
|
|||||||
*/
|
*/
|
||||||
class InterfaceNotification extends DolibarrTriggers
|
class InterfaceNotification extends DolibarrTriggers
|
||||||
{
|
{
|
||||||
// @todo Defined also into notify.class.php)
|
// @todo Defined also into notify.class.php
|
||||||
public $listofmanagedevents = array(
|
public $listofmanagedevents = array(
|
||||||
'BILL_VALIDATE',
|
'BILL_VALIDATE',
|
||||||
'BILL_PAYED',
|
'BILL_PAYED',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user