Revision acf18ea9
Von Philip Reetz vor mehr als 15 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
826 | 826 |
|; |
827 | 827 |
|
828 | 828 |
if ($form->{id}) { |
829 |
my $show_storno = !$form->{storno} && !IS->has_storno(\%myconfig, $form, "ap"); |
|
829 |
my $show_storno = !$form->{storno} && !IS->has_storno(\%myconfig, $form, "ap") && (($totalpaid == 0) || ($totalpaid eq ""));
|
|
830 | 830 |
|
831 | 831 |
print qq|<input class=submit type=submit name=action value="| |
832 | 832 |
. $locale->text('Post Payment') . qq|"> |
Auch abrufbar als: Unified diff
Bug #780 behoben, generell eine Ueberpruefung eingefuehrt, ob bereits Zahlungen existieren. In dem Fall wird Storno grundsaetzlich unterbunden