Skip to content

Commit

Permalink
Fix juros no arquivo de remessa
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisses committed May 18, 2020
1 parent 3245dca commit 992df40
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' => 15,
'size' => 16,
'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 992df40

Please sign in to comment.