Revision acf18ea9
Von Philip Reetz vor mehr als 15 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
1113 | 1113 |
$closedto = $form->datetonum($form->{closedto}, \%myconfig); |
1114 | 1114 |
|
1115 | 1115 |
if ($form->{id}) { |
1116 |
my $show_storno = !$form->{storno} && !IS->has_storno(\%myconfig, $form, "ar"); |
|
1116 |
my $show_storno = !$form->{storno} && !IS->has_storno(\%myconfig, $form, "ar") && (($totalpaid == 0) || ($totalpaid eq ""));
|
|
1117 | 1117 |
|
1118 | 1118 |
print qq| |
1119 | 1119 |
<input class="submit" type="submit" accesskey="u" name="action" id="update_button" value="| |
Auch abrufbar als: Unified diff
Bug #780 behoben, generell eine Ueberpruefung eingefuehrt, ob bereits Zahlungen existieren. In dem Fall wird Storno grundsaetzlich unterbunden