X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Facctranscorrections%2Fdelete_transaction.html;fp=templates%2Fwebpages%2Facctranscorrections%2Fdelete_transaction.html;h=2c461b04f6f077a0e6924e132c52a61cd55fbe61;hb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;hp=0000000000000000000000000000000000000000;hpb=5ec5ebedb4ea9789a34ded543395fed981382636;p=kivitendo-erp.git diff --git a/templates/webpages/acctranscorrections/delete_transaction.html b/templates/webpages/acctranscorrections/delete_transaction.html new file mode 100644 index 000000000..2c461b04f --- /dev/null +++ b/templates/webpages/acctranscorrections/delete_transaction.html @@ -0,0 +1,26 @@ +[%- USE T8 %] +[% USE HTML %] +[% USE LxERP %] + +

[% title %]

+ +

+ [%- IF module == 'ar' %] + [%- LxERP.t8('The AR transaction #1 has been deleted.', reference) | html %] + [%- ELSIF module == 'ap' %] + [%- LxERP.t8('The AP transaction #1 has been deleted.', reference) | html %] + [%- ELSE %] + [%- LxERP.t8('The GL transaction #1 has been deleted.', reference) | html %] + [%- END %] +

+ +

+

+ + + + +
+

+ +