]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs_gui/articulos.h
Chapter 5 al 80%, revisen sino no explique demasiado profundo las funciones o mejor...
[z.facultad/75.06/emufs.git] / emufs_gui / articulos.h
index 432e85bab707ca309d84018da1067c3329c14092..6f5508d650df6339b7002aecc51418fdba1042f5 100644 (file)
@@ -8,6 +8,7 @@
 #include <string.h>
 #include "form.h"
 #include "emufs.h"
+#include "common.h"
 
 /* Tipo de dato articulo */
 typedef struct _articulo_ {
@@ -15,7 +16,7 @@ typedef struct _articulo_ {
        char desc[51];
        char presentacion[31];
        char existencia[9];
-/*     char ubicacion[31]; */
+       char ubicacion[31];
        char pvu[9];
        char emin[9];
 } t_Articulo;
@@ -41,4 +42,3 @@ void art_modificar(char *);
 t_LstArticulos *art_get_lst();
 void art_reformatear(int tipo, int tam_bloque, int tam_reg);
 #endif
-