diff --git a/public/modules/custom/grants_budget_components/src/Element/GrantsBudgetCostStatic.php b/public/modules/custom/grants_budget_components/src/Element/GrantsBudgetCostStatic.php index 1b5161b2fb..654cde77b6 100644 --- a/public/modules/custom/grants_budget_components/src/Element/GrantsBudgetCostStatic.php +++ b/public/modules/custom/grants_budget_components/src/Element/GrantsBudgetCostStatic.php @@ -92,7 +92,6 @@ public static function getFieldNames(): array { $tOpts = ['context' => 'grants_budget_components']; return [ "salaries" => t("Salaries (€)", [], $tOpts), - "personnelSideCosts" => t("Personnel costs from salaries and fees (approx. 30%) (€)", [], $tOpts), "personnelSocialSecurityCosts" => t("personnelSocialSecurityCosts (€)", [], $tOpts), "rentSum" => t("Rents (€)", [], $tOpts), "materials" => t("Materials (€)", [], $tOpts), @@ -119,6 +118,7 @@ public static function getFieldNames(): array { "netCosts" => t("netCosts (€)", [], $tOpts), "performerFees" => t("Salaries and fees for performers and artists (€)", [], $tOpts), "otherFees" => t("Other salaries and fees (production, technology, etc.) (€)", [], $tOpts), + "personnelSideCosts" => t("Personnel costs from salaries and fees (approx. 30%) (€)", [], $tOpts), "generalCosts" => t("generalCosts (€)", [], $tOpts), "permits" => t("permits (€)", [], $tOpts), "setsAndCostumes" => t("setsAndCostumes (€)", [], $tOpts),