This commit is contained in:
2026-02-08 21:43:11 +01:00
parent 45b32a5ee2
commit 58947ad589
33 changed files with 3262 additions and 1597 deletions

View File

@@ -0,0 +1,10 @@
<?php
use Empik\Marketplace\Utils\DbUtils;
function upgrade_module_2_0_3($object)
{
@unlink(__DIR__ . '/../views/PrestaShop/Admin/Product/CatalogPage/Lists/products_table.html.twig');
return true;
}