Skip to content

Commit

Permalink
correção icmssn900
Browse files Browse the repository at this point in the history
  • Loading branch information
robertorp committed Feb 20, 2018
1 parent b0d8432 commit 422d96e
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 422d96e

Please sign in to comment.