Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / acctranscorrections / fix_wrong_taxkeys.html
1 [%- USE T8 %]
2 [% USE HTML %]
3  <h1>[% title %]</h1>
4
5  <p>
6   [% 'The wrong taxkeys have been fixed.' | $T8 %]
7
8   [% 'Please re-run the analysis for broken general ledger entries by clicking this button:' | $T8 %]
9  </p>
10
11  <p>
12   <form action="acctranscorrections.pl" method="post">
13
14    <input type="hidden" name="action" value="redirect">
15    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
16    <input type="submit" value="[% 'Re-run analysis' | $T8 %]">
17   </form>
18  </p>
19