From: G. Richardson Date: Thu, 25 Jun 2015 15:31:49 +0000 (+0200) Subject: Typos in Kommentaren X-Git-Tag: release-3.3.0beta~35^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5f0565fca3529ac662c5025243bc7bedf8c54328;p=kivitendo-erp.git Typos in Kommentaren --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 00c96e5a6..286e9ab5e 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -99,7 +99,6 @@ sub edit { # show history button $form->{javascript} = qq||; - #/show hhistory button my ($language_id, $printer_id); if ($form->{print_and_post}) { @@ -173,7 +172,7 @@ sub invoice_links { $form->restore_vars(qw(salesman_id)) if $editing; - # build vendor/customer drop down comatibility... don't ask + # build vendor/customer drop down compatibility... don't ask if (@{ $form->{"all_customer"} }) { $form->{"selectcustomer"} = 1; $form->{customer} = qq|$form->{customer}--$form->{"customer_id"}|;