X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8f29628f54e8b6669cdefa6e43e2f54220760c3c..c8c6d6d:/bin/mozilla/am.pl
diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl
index fe9199ef0..a1e227fa8 100644
--- a/bin/mozilla/am.pl
+++ b/bin/mozilla/am.pl
@@ -2531,6 +2531,8 @@ sub payment_header {
"with discount")
. qq|
| . $locale->text("<%skonto_amount%> -- The deductible amount")
+. qq|
+ | . $locale->text("<%skonto_in_percent%> -- The discount in percent")
. qq|
| . $locale->text("<%total%> -- Amount payable")
. qq|
@@ -2743,7 +2745,7 @@ sub config {
}
$form->{STYLESHEETS} = [];
- foreach my $item (qw(lx-office-erp.css Win2000.css)) {
+ foreach my $item (qw(lx-office-erp.css Win2000.css Mobile.css)) {
push @{ $form->{STYLESHEETS} }, {
'name' => $item,
'value' => $item,