Revision 9c412887
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
bin/mozilla/ustva.pl | ||
---|---|---|
196 | 196 |
|
197 | 197 |
# Which COA is in use? |
198 | 198 |
|
199 |
$ustva->get_coa($form, \%myconfig);
|
|
199 |
$ustva->get_coa($form); # fetches coa and modifies some form variables
|
|
200 | 200 |
|
201 | 201 |
my $template_ref = { |
202 | 202 |
openings => $openings, |
... | ... | |
960 | 960 |
|
961 | 961 |
# Which COA is in use? |
962 | 962 |
|
963 |
$ustva->get_coa($::form, \%::myconfig);
|
|
963 |
$ustva->get_coa($::form); # fetches coa and modifies some form variables
|
|
964 | 964 |
|
965 | 965 |
# hä? kann die weg? |
966 | 966 |
my $steuernummer_new = ''; |
... | ... | |
1066 | 1066 |
$form->{FA_Oeffnungszeiten} =~ s/\\\\n/\n/g; |
1067 | 1067 |
|
1068 | 1068 |
|
1069 |
$ustva->get_coa($form, \%myconfig);
|
|
1069 |
$ustva->get_coa($form); # fetches coa and modifies some form variables
|
|
1070 | 1070 |
|
1071 | 1071 |
my $input_steuernummer = $ustva->steuernummer_input( |
1072 | 1072 |
$form->{elsterland}, |
Auch abrufbar als: Unified diff
USTVA.pm : refactoring von get_coa und coa_get
get_coa benutzt jetzt intern instance_conf und coa_get kann komplett
durch einen instance_conf Zugriff ersetzt werden.