From: Bernd Blessmann Date: Thu, 15 Sep 2011 19:10:36 +0000 (+0200) Subject: Kosmetik X-Git-Tag: release-2.7.0beta1~284 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c79db65dcff75f58a09aaf3fe3a4b73624055c5d;p=kivitendo-erp.git Kosmetik Leerzeichen am Zeilenende entfernt. --- diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 6b09b5b3c..780b8eac3 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -411,7 +411,7 @@ sub form_footer { $form->{"changeable_$i"} = ($form->{"acc_trans_id_$i"})? 0 : 1; } elsif ($::lx_office_conf{features}->{payments_changeable} == 2) { # on the same day - $form->{"changeable_$i"} = (($form->{"gldate_$i"} eq '') || + $form->{"changeable_$i"} = (($form->{"gldate_$i"} eq '') || ($form->current_date(\%myconfig) eq $form->{"gldate_$i"})); } diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 737d46143..9ca19d839 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -435,7 +435,7 @@ sub form_footer { $form->{"changeable_$i"} = ($form->{"acc_trans_id_$i"})? 0 : 1; } elsif ($::lx_office_conf{features}->{payments_changeable} == 2) { # on the same day - $form->{"changeable_$i"} = (($form->{"gldate_$i"} eq '') || + $form->{"changeable_$i"} = (($form->{"gldate_$i"} eq '') || ($form->current_date(\%myconfig) eq $form->{"gldate_$i"})); }