Skip to content

Commit

Permalink
Merge pull request #57 from HiCharly/deleted_customer_dashboard_display
Browse files Browse the repository at this point in the history
Dashboard recent orders : display "Deleted customer"
  • Loading branch information
nicosomb authored Jan 4, 2024
2 parents 17c26aa + 8b228f0 commit e40c7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashproducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function getTableRecentOrders()
]),
Tools::htmlentitiesUTF8($order['firstname']),
Tools::htmlentitiesUTF8($order['lastname'])
) : '',
) : $this->trans('Deleted customer', [], 'AdminGlobal'),
'class' => 'text-left',
];
$tr[] = [
Expand Down

0 comments on commit e40c7ef

Please sign in to comment.