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