Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision df53c167

Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt

  • ID df53c167adb6bd042f261e2dce7bd88e45f16e77
  • Vorgänger acf18ea9
  • Nachfolger f8779cd3

Debugmeldung entfernt.

Unterschiede anzeigen:

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