From: Sven Schöling Date: Thu, 12 Dec 2013 16:01:10 +0000 (+0100) Subject: Bei Stornos das aktuelle Datum nehmen und nicht das Rechnungsdatum X-Git-Tag: release-3.1.0beta1~22^2~95 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=009b0731e7b85eec9e259de8534747c17f655dcd;p=kivitendo-erp.git Bei Stornos das aktuelle Datum nehmen und nicht das Rechnungsdatum --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index b8851ff6a..e7515e1d0 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -36,6 +36,7 @@ use SL::IS; use SL::PE; use SL::OE; use Data::Dumper; +use DateTime; use List::Util qw(max sum); use SL::DB::Default; @@ -857,6 +858,7 @@ sub storno { $form->{storno} = 1; $form->{id} = ""; $form->{invnumber} = "Storno zu " . $form->{invnumber}; + $form->{invdate} = DateTime->today->to_lxoffice; $form->{rowcount}++; post();