Revision 0f0f4263
Von Niclas Zimmermann vor fast 12 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
144 | 144 |
rate => '', |
145 | 145 |
taxkey_id => '', |
146 | 146 |
pos_ustva => '', |
147 |
startdate => '',
|
|
147 |
startdate => $form->{account_exists} ? '' : DateTime->new(year => 1970, month => 1, day => 1)->to_lxoffice,
|
|
148 | 148 |
}; |
149 | 149 |
|
150 | 150 |
push @{ $form->{ACCOUNT_TAXKEYS} }, $newtaxkey_ref; |
Auch abrufbar als: Unified diff
Sonderbehandlung im template
Dieser Commit ist eine Verbesserung zu Commit
9eb59a91db1758fd98d0eff8b081e442ddae5cb3
Im template gab es noch für das Startdatum eines Steuerschlüssels
eine Sonderbehandlung, die prüft, ob ein Konto bereits existiert
oder nicht.