From bc98bf653269b8495d03da592fe3be510219504b Mon Sep 17 00:00:00 2001 From: augusto Date: Fri, 19 Sep 1997 09:52:46 +0000 Subject: [PATCH] Aggiunta la categoria di vendita in chiave git-svn-id: svn://10.65.10.50/trunk@5229 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- sv/sv0400a.h | 1 + sv/sv0400a.uml | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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