Skip to content

Commit

Permalink
WSLUM: ajuste error tipeo
Browse files Browse the repository at this point in the history
  • Loading branch information
reingart committed Dec 24, 2016
1 parent 449af3a commit 29fd4de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wslum.py
Expand Up @@ -19,7 +19,7 @@
__author__ = "Mariano Reingart <reingart@gmail.com>"
__copyright__ = "Copyright (C) 2016 Mariano Reingart"
__license__ = "GPL 3.0"
__version__ = "1.02a"
__version__ = "1.02b"

LICENCIA = """
wslum.py: Interfaz para generar Código de Autorización Electrónica (CAE) para
Expand Down Expand Up @@ -117,7 +117,7 @@ class WSLUM(BaseWS):
'XmlRequest', 'XmlResponse', 'Version', 'Traceback', 'InstallDir',
'CAE', 'NroComprobante', 'FechaComprobante',
'AlicuotaIVA', 'TotalNeto', 'ImporteIVA',
'TotalBonificacionesCalidad', 'TotalPenalizacionesCalidad'
'TotalBonificacionesCalidad', 'TotalPenalizacionesCalidad',
'TotalBonificacionesComerciales' ,'TotalDebitosComerciales',
'TotalOtrosImpuestos', 'Total',
]
Expand Down

0 comments on commit 29fd4de

Please sign in to comment.