From a85f4d23e29161936c42113dc07e3277c571385f Mon Sep 17 00:00:00 2001 From: Robin Wieschendorf Date: Thu, 21 Jul 2022 13:10:14 +0200 Subject: [PATCH] fix: hide broken feature "complete order" --- new_files/admin/mcm_recover_cart_sales.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/new_files/admin/mcm_recover_cart_sales.php b/new_files/admin/mcm_recover_cart_sales.php index 04433ee..1816e47 100755 --- a/new_files/admin/mcm_recover_cart_sales.php +++ b/new_files/admin/mcm_recover_cart_sales.php @@ -1065,7 +1065,8 @@ function getCustomerSessions() " . $textTotal . "" . $currencies->format($totalPrice) . " - " . BUTTON_DELETE . "" . BUTTON_COMPLETE . " + " . BUTTON_DELETE . " + \n"; if (!$skip) { echo $currentLine;