Skip to content

Commit

Permalink
Merge pull request afup#1535 from vinceAmstoutz/feat-1320-Add-an-info…
Browse files Browse the repository at this point in the history
…rmation-message-to-the-upcoming-transfers-page

Feat back office add an information message to the upcoming transfers page
  • Loading branch information
agallou authored Sep 7, 2024
2 parents 6fabcd6 + 81816de commit a41ed89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/Resources/views/admin/event/bankwires.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

{% if pendingBankwires|length > 0 %}
<form method="post" style="width:auto;">
<div class="ui message info">
<p>
Au clic sur le bouton "Virement reçu", la facture sera indiquée comme payée,
le contact de facturation recevra par mail la facture, et toutes les personnes
inscrites recevront par mail leur confirmation d'inscription.
</p>
</div>
<table class="ui table striped compact celled">
<thead>
<tr>
Expand Down

0 comments on commit a41ed89

Please sign in to comment.