Skip to content

Commit

Permalink
fix #208
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Oct 16, 2024
1 parent 8a0ccb3 commit 23399b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/expenses/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2>Kvittodelar</h2>
</optgroup>
<optgroup label="Övrigt">
<option
v-for="costCentre in costCentres.filter(c => c.CostCentreType != 'committee' && c.type != 'project')"
v-for="costCentre in costCentres.filter(c => c.CostCentreType != 'committee' && c.CostCentreType != 'project')"
:key="costCentre.CostCentreID"
v-bind:value="costCentre.CostCentreID+','+costCentre.CostCentreName"
v-text="costCentre.CostCentreName"
Expand Down

0 comments on commit 23399b5

Please sign in to comment.