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