Korrekturmodul für das Hauptbuch implementiert
[kivitendo-erp.git] / templates / webpages / acctranscorrections / fix_wrong_taxkeys_master.html
1 [% USE HTML %]
2 <body>
3
4  <p><div class="listtop">[% title %]</div></p>
5
6  <p>
7   <translate>The wrong taxkeys have been fixed.</translate>
8
9   <translate>Please re-run the analysis for broken general ledger
10    entries by clicking this button:</translate>
11  </p>
12
13  <p>
14   <form action="acctranscorrections.pl" method="post">
15
16    <input type="hidden" name="action" value="redirect">
17    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
18    <input type="submit" value="<translate>Re-run analysis</translate>">
19   </form>
20  </p>
21
22 </body>
23 </html>