notify class indent

This commit is contained in:
Frédéric FRANCE 2021-07-22 09:22:42 +02:00
parent c0d54fe608
commit 5e6c942caf
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
2 changed files with 11 additions and 11 deletions

View File

@ -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_modNotificiation_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;

View File

@ -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',