Revision 4ac2976f
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
239 | 239 |
} |
240 | 240 |
my $readonly = ($form->{id}) ? "readonly" : ""; |
241 | 241 |
|
242 |
$form->{radier} = ($form->current_date(\%myconfig) eq $form->{gldate}) ? 1 : 0; |
|
242 |
$form->{radier} = ($::instance_conf->get_ap_changeable == 2) |
|
243 |
? ($form->current_date(\%myconfig) eq $form->{gldate}) |
|
244 |
: ($::instance_conf->get_ap_changeable == 1); |
|
243 | 245 |
$readonly = ($form->{radier}) ? "" : $readonly; |
244 | 246 |
|
245 | 247 |
$form->{forex} = $form->check_exchangerate( \%myconfig, $form->{currency}, $form->{transdate}, 'sell'); |
Auch abrufbar als: Unified diff
Änderbarkeit und Löschbarkeit von Belegen in Mandantenkonfiguration einstellbar.