X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fam.pl;h=4a7840281095360464e89bf2afb73817cd186553;hb=08b6539d1b4a06760bd12208b76f15e767d336d4;hp=fe9199ef0fba6f2b5b879f6cb810a2d99bab7dc7;hpb=54ea08cdb34a06dec0cb5575dc96f3d652637cc9;p=kivitendo-erp.git diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index fe9199ef0..4a7840281 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, @@ -3543,7 +3545,7 @@ sub delete_warehouse { $form->header(); print $form->parse_html_template('am/confirm_delete_warehouse'); - exit 0; + ::end_of_request(); } if (AM->delete_warehouse(\%myconfig, $form)) {