Skip to content

Commit

Permalink
[FIX] Permite o envio do desconto com o valor zero
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Felipe Mileo <[email protected]>
  • Loading branch information
mileo committed Jul 23, 2018
1 parent f8cd2cb commit d5e11fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysped/nfe/leiaute/schema/pl_009_v4/tiposBasico_v4.00.xsd
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="preserve"/>
<xs:pattern value="0\.[0-9]{1}[1-9]{1}|0\.[1-9]{1}[0-9]{1}|[1-9]{1}[0-9]{0,12}(\.[0-9]{2})?"/>
<xs:pattern value="0.00|0\.[0-9]{1}[1-9]{1}|0\.[1-9]{1}[0-9]{1}|[1-9]{1}[0-9]{0,12}(\.[0-9]{2})?"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TIeDest">
Expand Down

0 comments on commit d5e11fa

Please sign in to comment.