Compare commits

..

No commits in common. "34a981a2ddc129453997b05fd6258eae0f1b429d" and "884b10bd79b9472dfe1b4cd530b6bbcf623ad4c7" have entirely different histories.

4 changed files with 3 additions and 11 deletions

View File

@ -1,9 +1,5 @@
v 2.3.2 [10-Abr-2024]
- Fix: En las mercancias en la Carta Porte al generar el PDF.
v 2.3.1 [02-Abr-2024]
- Fix: En la cantidad de la mercancia en la Carta Porte.
- Fix: En la cantidad de la mercancia en la Carta Porte
v 2.3.0 [01-Abr-2024]

View File

@ -1 +1 @@
2.3.2
2.3.1

View File

@ -1020,10 +1020,6 @@ class LIBO(object):
cell_3 = self._set_cell('{cp.ClaveUnidad}', unidad)
cell_4 = self._set_cell('{cp.Cantidad}', cantidad)
cell_5 = self._set_cell('{cp.PesoEnKg}', peso)
if cell_1 is None:
break
if count > 0:
row = cell_1.CellAddress.Row + 1
self._sheet.getRows().insertByIndex(row, count)

View File

@ -39,7 +39,7 @@ except ImportError:
DEBUG = DEBUG
VERSION = '2.3.2'
VERSION = '2.3.1'
EMAIL_SUPPORT = ('soporte@empresalibre.mx',)
TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)