Skip to content

Commit

Permalink
update, mb_substr para substr
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Augusto (POKER) committed Jun 4, 2018
1 parent 8e784c6 commit 6fbd3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cnab/Cnab400/BB/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public function getNumeroConvenioLider()
public function setNumeroConvenioLider($numeroConvenioLider)
{
$this->numeroConvenioLider = str_pad(
mb_substr($numeroConvenioLider, 0, 7),
substr($numeroConvenioLider, 0, 7),
7,
'0',
STR_PAD_LEFT
Expand Down

0 comments on commit 6fbd3d2

Please sign in to comment.