Skip to content

Commit

Permalink
Merge 64d5282 into 4036ebc
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Oct 9, 2023
2 parents 4036ebc + 64d5282 commit f822b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LedgerSMB/Company/Configuration.pm
Expand Up @@ -453,7 +453,7 @@ sub from_xml {
my $doc = XML::LibXML->load_xml( $input_type => $source );
my $root = $doc->documentElement;
my $item = _skip_text_siblings($root->firstChild);

# $root is a <configuration> tag, which has the following children:
# documentation (optional)
# gifi-list (optional)
Expand Down

0 comments on commit f822b30

Please sign in to comment.