From: Moritz Bunkus Date: Wed, 9 May 2007 13:25:13 +0000 (+0000) Subject: Den "Erneuern"-Button bei Einkaufsrechnungen wie bei allen anderen Dialogen auch... X-Git-Tag: release-2.4.3^2~352 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=df88ef1f6710198e1228ac1b8846dd3e64a5ca25;p=kivitendo-erp.git Den "Erneuern"-Button bei Einkaufsrechnungen wie bei allen anderen Dialogen auch als ersten Button anzeigen. --- diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index e5b698db8..e6f035d01 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -830,6 +830,10 @@ sub form_footer { $invdate = $form->datetonum($form->{invdate}, \%myconfig); $closedto = $form->datetonum($form->{closedto}, \%myconfig); + print qq| +|; + if ($form->{id}) { my $show_storno = !$form->{storno} && !IS->has_storno(\%myconfig, $form, "ap"); @@ -851,9 +855,6 @@ sub form_footer { } - print qq||; - if (!$form->{id} && ($invdate > $closedto)) { print qq| | .