]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs_gui/facturas.c
Activo nuevamente el indice por fecha de emision
[z.facultad/75.06/emufs.git] / emufs_gui / facturas.c
index 7d8c4d82e1002580d09ea9e6ec86a0280cadef70..a49389ff16a13b74b41d3add43d7fbd987f31313 100644 (file)
@@ -237,6 +237,7 @@ t_LstFacturas *fact_cargar(const char *filename, int tipo, int tam_bloque, int t
                                        void *save;
                                        memset(&fact, 0, sizeof(t_Factura));
                                        prop = xml_get_prop(node, "NroFac");
+                                       PERR(prop);
                                        fact.numero = atoi(prop); xmlFree(prop);
                                        prop = xml_get_prop(node, "PorcDoI");
                                        fact.procdoi = atof(prop); xmlFree(prop);