Revision a4518c4d
Von Sven Schöling vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
784 | 784 |
$transdate = $form->datetonum($form->{transdate}, \%myconfig); |
785 | 785 |
$closedto = $form->datetonum($form->{closedto}, \%myconfig); |
786 | 786 |
|
787 |
print qq|<input class="submit" type="submit" name="action" id="update_button" value="| . $locale->text('Update') . qq|">\n|; |
|
788 |
|
|
787 | 789 |
# ToDO: - insert a global check for stornos, so that a storno is only possible a limited time after saving it |
788 | 790 |
print qq|<input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|">| |
789 | 791 |
if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar') && !$form->{paid_1}); |
790 | 792 |
|
791 |
print qq|<input class="submit" type="submit" name="action" id="update_button" value="| . $locale->text('Update') . qq|">\n|; |
|
792 | 793 |
if ($form->{id}) { |
793 | 794 |
if ($form->{radier}) { |
794 | 795 |
print qq| |
Auch abrufbar als: Unified diff
Stornobutton ist als erster Button vielleicht nicht so sinnvoll, deshalb muss er dem Erneuernbutton Platz machen