From ff7603f6d1354748c84afe2299b5940e4315bcc3 Mon Sep 17 00:00:00 2001 From: condor2 Date: Sat, 20 Jan 2024 08:50:26 +0200 Subject: [PATCH] Typo opencart.sql --- upload/install/opencart.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/install/opencart.sql b/upload/install/opencart.sql index 4a709a222..1a7eb9872 100644 --- a/upload/install/opencart.sql +++ b/upload/install/opencart.sql @@ -1589,7 +1589,7 @@ INSERT INTO `oc_extension` (`extension_id`, `type`, `code`) VALUES (40, 'report', 'customer_order'), (41, 'report', 'customer_reward'), (42, 'advertise', 'google'), -(43, 'currency', 'ecb'); +(43, 'currency', 'ecb'), (44, 'report', 'subscription'); -----------------------------------------------------------