Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4ac2976f

Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt

  • ID 4ac2976f86e7747ecf69a4e7b64f155343e984ae
  • Vorgänger 5175a512
  • Nachfolger 50c2f228

Änderbarkeit und Löschbarkeit von Belegen in Mandantenkonfiguration einstellbar.

Unterschiede anzeigen:

bin/mozilla/ar.pl
252 252
  #/show history button js
253 253
  $readonly = ($form->{id}) ? "readonly" : "";
254 254

  
255
  $form->{radier} = ($form->current_date(\%myconfig) eq $form->{gldate}) ? 1 : 0;
255
  $form->{radier} = ($::instance_conf->get_ar_changeable == 2)
256
                      ? ($form->current_date(\%myconfig) eq $form->{gldate})
257
                      : ($::instance_conf->get_ar_changeable == 1);
256 258
  $readonly = ($form->{radier}) ? "" : $readonly;
257 259

  
258 260
  # set option selected

Auch abrufbar als: Unified diff