Revision df53c167
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
800 | 800 |
<input class=submit type=submit name=action value="| . $locale->text('Delete') . qq|"> |
801 | 801 |
|; |
802 | 802 |
} |
803 |
print(STDERR "TOTALPAID $total_paid\n"); |
|
804 | 803 |
# ToDO: - insert a global check for stornos, so that a storno is only possible a limited time after saving it |
805 | 804 |
print qq| <input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|"> | |
806 | 805 |
if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ap') && !IS->is_storno(\%myconfig, $form, 'ap', $form->{id}) && (($total_paid == 0) || ($total_paid eq ""))); |
Auch abrufbar als: Unified diff
Debugmeldung entfernt.