Skip to content

Commit

Permalink
UHF-10571: Modify the order where questions are asked in budget_cost_…
Browse files Browse the repository at this point in the history
…static webform element (#1575)
  • Loading branch information
teroelonen authored Nov 22, 2024
1 parent 12fea72 commit 89f6c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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),
Expand Down

0 comments on commit 89f6c49

Please sign in to comment.