Revision df88ef1f
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
830 | 830 |
$invdate = $form->datetonum($form->{invdate}, \%myconfig); |
831 | 831 |
$closedto = $form->datetonum($form->{closedto}, \%myconfig); |
832 | 832 |
|
833 |
print qq|<input class=submit type=submit name=action id=update_button value="| |
|
834 |
. $locale->text('Update') . qq|"> |
|
835 |
|; |
|
836 |
|
|
833 | 837 |
if ($form->{id}) { |
834 | 838 |
my $show_storno = !$form->{storno} && !IS->has_storno(\%myconfig, $form, "ap"); |
835 | 839 |
|
... | ... | |
851 | 855 |
|
852 | 856 |
} |
853 | 857 |
|
854 |
print qq|<input class=submit type=submit name=action id=update_button value="| |
|
855 |
. $locale->text('Update') . qq|">|; |
|
856 |
|
|
857 | 858 |
if (!$form->{id} && ($invdate > $closedto)) { |
858 | 859 |
print qq| <input class=submit type=submit name=action value="| |
859 | 860 |
. $locale->text('Post') . qq|"> | . |
Auch abrufbar als: Unified diff
Den "Erneuern"-Button bei Einkaufsrechnungen wie bei allen anderen Dialogen auch als ersten Button anzeigen.