diff --git a/install-dev/xml/doUpgrade.php b/install-dev/xml/doUpgrade.php index 65488a845..627d022d4 100644 --- a/install-dev/xml/doUpgrade.php +++ b/install-dev/xml/doUpgrade.php @@ -139,6 +139,8 @@ require_once(_PS_INSTALLER_PHP_UPGRADE_DIR_.'update_order_detail_taxes.php'); require_once(_PS_INSTALLER_PHP_UPGRADE_DIR_.'update_feature_detachable_cache.php'); +require_once(_PS_INSTALLER_PHP_UPGRADE_DIR_.'add_accounting_tab.php'); + //old version detection global $oldversion, $logger; $oldversion = false;