diff --git a/src/Make.php b/src/Make.php index a7cb30af..ac65ef94 100755 --- a/src/Make.php +++ b/src/Make.php @@ -2330,7 +2330,7 @@ public function tagRastro(stdClass $std) $this->dom->addChild( $rastro, "cAgreg", - Strings::onlyNumbers($std->cAgreg), + $std->cAgreg, false, $identificador . "[item $std->item] Código de Agregação" );