From a8a02d34d21e33c217c4f1a6ac2cba200ebd6094 Mon Sep 17 00:00:00 2001 From: Werner Hahn Date: Wed, 23 Jan 2019 16:47:33 +0100 Subject: [PATCH] =?utf8?q?Zahlungsverkehr->Zahlungs-(ein/aus)gang.=20Bezah?= =?utf8?q?len/Abgleichen=20mehrerer=20Rechnungen=20Fix=20f=C3=BCr=20#366?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/cp.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 49c0e6ae1..9b77e5766 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -255,8 +255,6 @@ sub update { $form->{"amount_$i"} = $ref->{amount} / $ref->{exchangerate}; $form->{"due_$i"} = ($ref->{amount} - $ref->{paid}) / $ref->{exchangerate}; - $form->{"checked_$i"} = ""; - $form->{"paid_$i"} = ""; # need to format map { -- 2.20.1