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