Revision 755dcace
Von Philip Reetz vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
870 | 870 |
$closedto = $form->datetonum($form->{closedto}, \%myconfig); |
871 | 871 |
|
872 | 872 |
# ToDO: insert a global check for stornos, so that a storno is only possible a limited time after saving it |
873 |
print qq|<input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|">|;
|
|
874 |
if $form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar');
|
|
873 |
print qq|<input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|">| |
|
874 |
if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar'));
|
|
875 | 875 |
|
876 | 876 |
print qq|<input class="submit" type="submit" name="action" id="update_button" value="| . $locale->text('Update') . qq|">\n|; |
877 | 877 |
if ($form->{id}) { |
Auch abrufbar als: Unified diff
Syntaxfehler bei if-Abfrage