Skip to content

Commit

Permalink
Fix exception on late orders notification sending
Browse files Browse the repository at this point in the history
fixes #311
  • Loading branch information
cedric-anne committed May 31, 2022
1 parent fb846ba commit 7d03d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/notificationtargetorder.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function addDataForTemplate($event, $options = []) {
'##order.item.numorder##' => $order['num_order'],
'##order.item.url##' => $this->formatURL(
$options['additionnaloption']['usertype'],
$order->getType()."_".$id
PluginOrderOrder::class."_".$id
),
'##order.item.orderdate##' => Html::convDate($order["order_date"]),
'##order.item.duedate##' => Html::convDate($order["duedate"]),
Expand Down

0 comments on commit 7d03d8b

Please sign in to comment.