X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fdrafts.pl;h=c471d009bcca0a9f61210a8bfafe94f145fc4af2;hb=9022ecda41297eefc607b19a9bb048a9db6569c4;hp=f6cc7b6d0dcc1801c46a5392ec2f20d623be96eb;hpb=7eba2ea95297c9836151539281091ec5b382c0dd;p=kivitendo-erp.git diff --git a/bin/mozilla/drafts.pl b/bin/mozilla/drafts.pl index f6cc7b6d0..c471d009b 100644 --- a/bin/mozilla/drafts.pl +++ b/bin/mozilla/drafts.pl @@ -129,7 +129,10 @@ sub load_draft { $form->{draft_description} = $description; $form->{remove_draft} = 'checked'; } - + # Ich vergesse bei Rechnungsentwürfe das Rechnungsdatum zu ändern. Dadurch entstehen + # ungültige Belege. Vielleicht geht es anderen ähnlich jan 19.2.2011 + $form->{invdate} = $form->current_date(\%myconfig); # Aktuelles Rechnungsdatum ... + $form->{duedate} = $form->current_date(\%myconfig); # Aktuelles Fälligkeitsdatum ... update(); $main::lxdebug->leave_sub();