Skip to content

Commit

Permalink
Revert "Fix juros no arquivo de remessa"
Browse files Browse the repository at this point in the history
  • Loading branch information
caonUlisses authored May 20, 2020
1 parent e507748 commit f95e30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Remessa/CNAB240/SegmentP.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ class SegmentP extends LineAbstract
'seq' => '29.3P',
'start' => 127,
'end' => 141,
'size' => 16,
'size' => 15,
'default' => 0,
'type' => 'money',
'description' => 'Juros de Mora por Dia/Taxa ao Mês
Expand Down Expand Up @@ -465,4 +465,4 @@ public function __construct($attributes = [])
parent::construct($attributes);
}

}
}

0 comments on commit f95e30a

Please sign in to comment.