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/ir.pl
440 440
    totalpaid           => $totalpaid,
441 441
    paid_missing        => $form->{invtotal} - $totalpaid,
442 442
    show_storno         => $form->{id} && !$form->{storno} && !IS->has_storno(\%myconfig, $form, "ap") && !$totalpaid,
443
    show_delete         => ($form->current_date(\%myconfig) eq $form->{gldate}),
443
    show_delete         => ($::instance_conf->get_ir_changeable == 2)
444
                             ? ($form->current_date(\%myconfig) eq $form->{gldate})
445
                             : ($::instance_conf->get_ir_changeable == 1),
444 446
  });
445 447
##print $form->parse_html_template('ir/_payments'); # parser
446 448
##print $form->parse_html_template('webdav/_list'); # parser

Auch abrufbar als: Unified diff