8fb9bb84c8069bc96cb421ceffcf65f7ea233817
[kivitendo-erp.git] / templates / webpages / acctranscorrections / fix_invoice_inventory_with_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 inventory transactions for sales
8    and purchase invoices have been 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>