Skip to content

Commit

Permalink
Merge pull request #655 from robertorp/master
Browse files Browse the repository at this point in the history
correção icmssn900
  • Loading branch information
robertorp authored Feb 20, 2018
2 parents b0d8432 + 422d96e commit 4a3c931
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ public decimal? vFCPST
set { _vFcpst = value; }
}

public bool vFCPSTSpecified
{
get { return vFCPST.HasValue; }
}

/// <summary>
/// N29 - pCredSN - Alíquota aplicável de cálculo do crédito (Simples Nacional).
/// </summary>
Expand Down

0 comments on commit 4a3c931

Please sign in to comment.