Skip to content

Commit

Permalink
FIX #18181
Browse files Browse the repository at this point in the history
FIX #18181
  • Loading branch information
ksar-ksar authored Jul 20, 2021
1 parent a344ae8 commit 4d6b63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/notify.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ public function send($notifcode, $object, $filename_list = array(), $mimetype_li
break;
case 'BILL_PAYED':
$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';
$mesg = $langs->transnoentitiesnoconv("EMailTextInvoicePayed", $link);
break;
Expand Down

0 comments on commit 4d6b63d

Please sign in to comment.