Skip to content

Commit 0570eb6

Browse files
committed
ejemplo factura de ingreso agregado
1 parent 3e50006 commit 0570eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def main ():
232232
items=[
233233
InvoiceItem(
234234
item_code="01010101",
235-
quantity= Decimal(9.5),
235+
quantity= Decimal("9.5"),
236236
unit_of_measurement_code="E48",
237237
unit_of_measurement="Unidad de servicio",
238238
description="Invoicing software as a service",

0 commit comments

Comments
 (0)