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