7a3f044343d6a4e4bacb67fb11b91d1fda07ef47
[kivitendo-erp.git] / templates / webpages / acctranscorrections / fix_wrong_taxkeys.html
1 [%- USE T8 %]
2 [% USE HTML %]
3 <body>
4
5  <p><div class="listtop">[% title %]</div></p>
6
7  <p>
8   [% 'The wrong taxkeys have been fixed.' | $T8 %]
9
10   [% 'Please re-run the analysis for broken general ledger entries by clicking this button:' | $T8 %]
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="[% 'Re-run analysis' | $T8 %]">
19   </form>
20  </p>
21
22 </body>
23 </html>