Revision c52a3e9b
SL/DATEV.pm | ||
---|---|---|
401 | 401 |
} |
402 | 402 |
return $self->{locked}; |
403 | 403 |
} |
404 |
|
|
404 | 405 |
sub imported { |
405 | 406 |
my $self = shift; |
406 | 407 |
|
... | ... | |
409 | 410 |
} |
410 | 411 |
return $self->{imported}; |
411 | 412 |
} |
413 |
|
|
412 | 414 |
sub documents { |
413 | 415 |
my $self = shift; |
414 | 416 |
|
... | ... | |
417 | 419 |
} |
418 | 420 |
return $self->{documents}; |
419 | 421 |
} |
422 |
|
|
420 | 423 |
sub _create_xml_and_documents { |
421 | 424 |
my $self = shift; |
422 | 425 |
|
Auch abrufbar als: Unified diff
kosmetik