Skip to content

Commit

Permalink
Merge pull request #542 from erickmff/patch-10
Browse files Browse the repository at this point in the history
Update M100.php
  • Loading branch information
robmachado authored Nov 6, 2023
2 parents 4c5301e + 94cb682 commit 6848f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elements/Contribuicoes/M100.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function __construct(stdClass $std, stdClass $vigencia = null)

public function postValidation()
{
$calculo = $this->values->vl_cred+$this->values->vl_ajus_cred;
$calculo = $this->values->vl_cred+$this->values->vl_ajus_acres;
$calculo = $calculo-$this->values->vl_ajus_reduc;
if ($this->values->vl_cred_dif>$calculo) {
$this->errors[] = "[" . self::REG . "] " .
Expand Down

0 comments on commit 6848f24

Please sign in to comment.