Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / dbupgrade / SKR04_3804_already_exists.html
1 [%- USE T8 %]
2 [% USE HTML %]
3 <h1>[% 'Update SKR04: new tax account 3804 (19%)' | $T8 %]</h1>
4
5 <form name="Form" method="post" action="login.pl">
6 <input type="hidden" name="action" value="login">
7
8 <p>[% 'The account 3804 already exists, the update will be skipped.' | $T8 %]</p>
9 <p>[% 'Please read the file' | $T8 %]doc/html/ch02s12.html.
10
11 <input type="hidden" name="account_exists" value="1">
12 <input type="submit" value="[% 'Continue' | $T8 %]">
13
14 </form>