Skip to content

Commit

Permalink
fixup! Enable export of non-attributable transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed May 8, 2024
1 parent 0fc29e8 commit ce1ee7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/blueprints/finance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def bank_account_activities_return() -> ResponseReturnValue:
)


@bp.route("/bank-account-activities/return/do/", methods=["POST"])
@bp.route("/bank-account-activities/return/do/", methods=["GET", "POST"])
@access.require("finance_change")
def bank_account_activities_return_do() -> ResponseReturnValue:
field_list: BooleanFieldList = []
Expand Down

0 comments on commit ce1ee7f

Please sign in to comment.