Revision 23b02fbf
Von Sven Schöling vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
781 | 781 |
|
782 | 782 |
# ToDO: - insert a global check for stornos, so that a storno is only possible a limited time after saving it |
783 | 783 |
print qq|<input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|"> | |
784 |
if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ap') && !IS->is_storno(\%myconfig, $form, 'ap') && !$form->{paid_1});
|
|
784 |
if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ap') && !IS->is_storno(\%myconfig, $form, 'ap')); |
|
785 | 785 |
|
786 | 786 |
print qq| <input class=submit type=submit name=action value="| . $locale->text('Post Payment') . qq|"> |
787 | 787 |
<input class=submit type=submit name=action value="| . $locale->text('Use As Template') . qq|"> |
bin/mozilla/ar.pl | ||
---|---|---|
821 | 821 |
|
822 | 822 |
# ToDO: - insert a global check for stornos, so that a storno is only possible a limited time after saving it |
823 | 823 |
print qq|<input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|">| |
824 |
if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar') && !$form->{paid_1});
|
|
824 |
if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ar') && !IS->is_storno(\%myconfig, $form, 'ar')); |
|
825 | 825 |
|
826 | 826 |
if ($form->{id}) { |
827 | 827 |
if ($form->{radier}) { |
Auch abrufbar als: Unified diff
Storno auch erlauben, wenn bereits Zahlungen gebucht sind