From: Bernd Bleßmann Date: Wed, 1 Jun 2016 13:47:45 +0000 (+0200) Subject: doppeltes gleiches Statement entfernt X-Git-Tag: release-3.4.1~117 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2e964249197d001714e94f467d51f810f6681ee5;p=kivitendo-erp.git doppeltes gleiches Statement entfernt --- diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index c141270f6..8de836adb 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -561,8 +561,6 @@ sub update { $form->{invdate} = $form->{transdate}; - $form->{invdate} = $form->{transdate}; - my %saved_variables = map +( $_ => $form->{$_} ), qw(AR AR_amount_1 taxchart_1 customer_id notes); &check_name("customer");