Revision 4ac2976f
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
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
Änderbarkeit und Löschbarkeit von Belegen in Mandantenkonfiguration einstellbar.