From 8b228f0653ef229c4c44ea51fe1bd866be603fbb Mon Sep 17 00:00:00 2001 From: HiCharly Date: Sat, 23 Dec 2023 01:17:00 +0100 Subject: [PATCH] dash_recent_orders : display 'Deleted customer' --- dashproducts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashproducts.php b/dashproducts.php index 34f7b22..969b4d4 100755 --- a/dashproducts.php +++ b/dashproducts.php @@ -119,7 +119,7 @@ public function getTableRecentOrders() ]), Tools::htmlentitiesUTF8($order['firstname']), Tools::htmlentitiesUTF8($order['lastname']) - ) : '', + ) : $this->trans('Deleted customer', [], 'AdminGlobal'), 'class' => 'text-left', ]; $tr[] = [