diff --git a/modules/pscleaner/pscleaner.php b/modules/pscleaner/pscleaner.php index 73856ebdb..62515eb79 100644 --- a/modules/pscleaner/pscleaner.php +++ b/modules/pscleaner/pscleaner.php @@ -474,6 +474,7 @@ class PSCleaner extends Module 'stock', 'stock_available', 'stock_mvt', + 'tag', ); foreach ($tables as $table) $db->execute('TRUNCATE TABLE `'._DB_PREFIX_.bqSQL($table).'`');