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/is.pl
472 472
    paid_missing        => $form->{invtotal} - $totalpaid,
473 473
    print_options       => print_options(inline => 1),
474 474
    show_storno         => $form->{id} && !$form->{storno} && !IS->has_storno(\%myconfig, $form, "ar") && !$totalpaid,
475
    show_delete         => ($form->current_date(\%myconfig) eq $form->{gldate}),
475
    show_delete         => ($::instance_conf->get_is_changeable == 2)
476
                             ? ($form->current_date(\%myconfig) eq $form->{gldate})
477
                             : ($::instance_conf->get_is_changeable == 1),
476 478
  });
477 479
##print $form->parse_html_template('is/_payments'); # parser
478 480
##print $form->parse_html_template('webdav/_list'); # parser

Auch abrufbar als: Unified diff