Revision 8058448b
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
SL/AM.pm | ||
---|---|---|
207 | 207 |
# connect to database, turn off AutoCommit |
208 | 208 |
my $dbh = $form->dbconnect_noauto($myconfig); |
209 | 209 |
|
210 |
for (qw(AR_include_in_dropdown AP_include_in_dropdown)) { |
|
210 |
for (qw(AR_include_in_dropdown AP_include_in_dropdown summary_account)) {
|
|
211 | 211 |
$form->{$form->{$_}} = $form->{$_} if $form->{$_}; |
212 | 212 |
} |
213 | 213 |
|
Auch abrufbar als: Unified diff
Radiobuttons für Sammelkonten
Beim Erstellen oder Bearbeiten von Konten, konnte man bisher ein
Konto gleichzeitig als Sammelkonto für sowohl Verkauf, Einkauf und
Inventar verwenden. Durch die Verwendung von Radiobuttons wird dies
nun eingeschränkt.