From 765ce46783d0ee1e18914d9cd7239f91e83e65f3 Mon Sep 17 00:00:00 2001 From: rodley82 Date: Wed, 21 Jan 2026 16:41:16 +1300 Subject: [PATCH] agregada clarification --- afip_ingresar_punto_venta_y_comprobante.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/afip_ingresar_punto_venta_y_comprobante.lua b/afip_ingresar_punto_venta_y_comprobante.lua index 408881d..7b4aa50 100644 --- a/afip_ingresar_punto_venta_y_comprobante.lua +++ b/afip_ingresar_punto_venta_y_comprobante.lua @@ -207,6 +207,7 @@ local function main() ]]-- -- ERROR: 2026/01/19 23:57:13 Error running script: :45: afip_ingresar_punto_venta_y_comprobante failed: :45: afip_ingresar_punto_venta_y_comprobante: setTextFieldById for tipo_comprobante failed: could not set value on node 65 + -- TODO: The error above does not affect the flow, but happens because after the punto de venta is selected, the tipo de comprobante select is set with the first value which happens to be already "factura c (2)". So when we try to set it again to the same value, it fails. We should improve the function to not fail in this case. Needs some more binding functions on the Go Side. err = setTextFieldById(tipoComprobanteId, tostring(tipoComprobanteValor)) if err then logErrorAndExit(