Skip to content

Commit

Permalink
Merge pull request #432 from robmachado/master
Browse files Browse the repository at this point in the history
Ajustes Trait 2240
  • Loading branch information
robmachado authored May 16, 2022
2 parents 38bbbc4 + cd5db42 commit c33b8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factories/Traits/TraitS2240.php
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ protected function toNodeS100()
false
);

if ($ag->codagnoc != '09.01.001') {
if (!empty($ag->epcepi)) {
$epcEpi = $this->dom->createElement("epcEpi");
$this->dom->addChild(
$epcEpi,
Expand Down

0 comments on commit c33b8b5

Please sign in to comment.