|
@@ -73,7 +73,7 @@ discard block |
|
|
block discarded – undo |
|
73
|
73
|
} |
|
74
|
74
|
|
|
75
|
75
|
private function setHeaderCommonAggregateComponentsCompanies(array $arrayParameters): void { |
|
76
|
|
- $key = $arrayParameters['tag']; |
|
|
76
|
+ $key = $arrayParameters['tag']; |
|
77
|
77
|
$this->setElementComment($key); |
|
78
|
78
|
$this->objXmlWriter->startElement('cac:' . $key); |
|
79
|
79
|
$this->objXmlWriter->startElement('cac:Party'); |
|
@@ -159,7 +159,7 @@ discard block |
|
|
block discarded – undo |
|
159
|
159
|
$this->objXmlWriter->startDocument('1.0', 'UTF-8'); |
|
160
|
160
|
// if no DocumentNameSpaces seen take Default ones from local configuration |
|
161
|
161
|
$this->getSettingsFromFileIntoMemory($bolComments); |
|
162
|
|
- $arrayDefaults = $this->getDefaultsIntoDataSet($arrayData); |
|
|
162
|
+ $arrayDefaults = $this->getDefaultsIntoDataSet($arrayData); |
|
163
|
163
|
if ($arrayDefaults !== []) { |
|
164
|
164
|
$arrayData = array_merge($arrayData, $arrayDefaults['Root']); |
|
165
|
165
|
if (!array_key_exists('CustomizationID', $arrayData['Header']['CommonBasicComponents-2'])) { |
Please login to merge, or discard this patch.