Merge branch 'master' of ssh://lx-office/~/lx-office-erp
[kivitendo-erp.git] / templates / webpages / acctranscorrections / fix_ap_ar_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 for AP and AR transactions have been
8    fixed.</translate>
9
10   <translate>Please re-run the analysis for broken general ledger
11    entries by clicking this button:</translate>
12  </p>
13
14  <p>
15   <form action="acctranscorrections.pl" method="post">
16
17    <input type="hidden" name="action" value="redirect">
18    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
19    <input type="submit" value="<translate>Re-run analysis</translate>">
20   </form>
21  </p>
22
23 </body>
24 </html>