Revision df88ef1f
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
$invdate = $form->datetonum($form->{invdate}, \%myconfig);
|
||
$closedto = $form->datetonum($form->{closedto}, \%myconfig);
|
||
|
||
print qq|<input class=submit type=submit name=action id=update_button value="|
|
||
. $locale->text('Update') . qq|">
|
||
|;
|
||
|
||
if ($form->{id}) {
|
||
my $show_storno = !$form->{storno} && !IS->has_storno(\%myconfig, $form, "ap");
|
||
|
||
... | ... | |
|
||
}
|
||
|
||
print qq|<input class=submit type=submit name=action id=update_button value="|
|
||
. $locale->text('Update') . qq|">|;
|
||
|
||
if (!$form->{id} && ($invdate > $closedto)) {
|
||
print qq| <input class=submit type=submit name=action value="|
|
||
. $locale->text('Post') . qq|"> | .
|
Auch abrufbar als: Unified diff
Den "Erneuern"-Button bei Einkaufsrechnungen wie bei allen anderen Dialogen auch als ersten Button anzeigen.