X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fam.pl;h=a1e227fa8a03f02772b4c4a8a2204a415cdbc58f;hb=6d5d4f245d1a9a2f0b83b10c81272437a08126f7;hp=fe9199ef0fba6f2b5b879f6cb810a2d99bab7dc7;hpb=94466d5c31f52b195dba3a3b16b6a167033e4261;p=kivitendo-erp.git 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,