diff --git a/tine20/Tinebase/Setup/Update/17.php b/tine20/Tinebase/Setup/Update/17.php
index 2fec2b19ef2..ca7579e8876 100644
--- a/tine20/Tinebase/Setup/Update/17.php
+++ b/tine20/Tinebase/Setup/Update/17.php
@@ -6,7 +6,7 @@
* @package Tinebase
* @subpackage Setup
* @license http://www.gnu.org/licenses/agpl.html AGPL3
- * @copyright Copyright (c) 2023 Metaways Infosystems GmbH (http://www.metaways.de)
+ * @copyright Copyright (c) 2023-2024 Metaways Infosystems GmbH (http://www.metaways.de)
* @author Paul Mehrer
*
* this is 2024.11 (ONLY!)
@@ -116,6 +116,7 @@ public function update004()
]))->getFirstRecord()) {
$dimension = new Tinebase_Model_EvaluationDimension([
Tinebase_Model_EvaluationDimension::FLD_NAME => Tinebase_Model_EvaluationDimension::COST_CENTER,
+ Tinebase_Model_EvaluationDimension::FLD_SORTING => 1000,
]);
if ($this->_backend->tableExists('cost_centers')) {
@@ -139,6 +140,7 @@ public function update004()
]))->getFirstRecord()) {
$dimension = new Tinebase_Model_EvaluationDimension([
Tinebase_Model_EvaluationDimension::FLD_NAME => Tinebase_Model_EvaluationDimension::COST_BEARER,
+ Tinebase_Model_EvaluationDimension::FLD_SORTING => 1010,
]);
if ($this->_backend->tableExists('cost_bearers')) {