Revision 94ee5a7f
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
1491 | 1491 |
|
1492 | 1492 |
$form->header(); |
1493 | 1493 |
|
1494 |
#set readonly if the there are entries in acc_trans with the tax |
|
1495 |
my $readonly = $form->{tax_already_used} ? 'readonly' : ''; |
|
1496 |
|
|
1497 | 1494 |
my $parameters_ref = { |
1498 |
readonly => $readonly, |
|
1499 | 1495 |
}; |
1500 | 1496 |
|
1501 | 1497 |
# Ausgabe des Templates |
Auch abrufbar als: Unified diff
Bebuchte Steuern nicht verändern
Wenn man einmal mit einer Steuer gebucht hat, kann man diese nun nicht
mehr an der Oberfläche ändern.
Implementiert #2217.