diff --git a/sv/sv0400a.h b/sv/sv0400a.h index 8374aadaf..d326e30f9 100755 --- a/sv/sv0400a.h +++ b/sv/sv0400a.h @@ -14,5 +14,6 @@ #define F_ZONA 123 #define F_GIACENZA 124 #define F_MAGAZZINO 125 +#define F_CATVEND 126 #endif diff --git a/sv/sv0400a.uml b/sv/sv0400a.uml index 3baa6d99a..fa6f8f9df 100755 --- a/sv/sv0400a.uml +++ b/sv/sv0400a.uml @@ -151,6 +151,13 @@ BEGIN FIELD MagazzinoGrp END +BOOLEAN F_CATVEND +BEGIN + PROMPT 40 20 "Categoria di vendita" + FIELD CatVendGrp +END + + ENDPAGE -ENDMASK \ No newline at end of file +ENDMASK