Patch level : 10.0 296

Files correlati     : ve0.exe
Ricompilazione Demo : [ ]
Commento            :

Preventivazione  (Dinamica)


git-svn-id: svn://10.65.10.50/trunk@18847 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2009-05-11 12:59:28 +00:00
parent 5c9a74f400
commit 172f3fe9b8
3 changed files with 37 additions and 32 deletions

View File

@ -87,7 +87,9 @@
// Virtuali // Virtuali
// modulo pe
#define DOC_SPESEUPD "SPESEUPD" #define DOC_SPESEUPD "SPESEUPD"
#define DOC_USEK "USEK"
#define DOC_K "K" #define DOC_K "K"
#endif #endif

View File

@ -71,7 +71,7 @@
#define RDOC_LEVEL "LEVEL" #define RDOC_LEVEL "LEVEL"
#define RDOC_K "K" #define RDOC_K "K"
#define RDOC_TREE "TREE" #define RDOC_TREE "TREE"
#define RDOC_PREZZOV "PREZZOV" #define RDOC_COSTO "COSTO"
#define RDOC_VALC "VALC" #define RDOC_VALC "VALC"
#define RDOC_VALV "VALV" #define RDOC_VALV "VALV"

View File

@ -2756,6 +2756,8 @@ bool gen_livelli_handler(TMask_field& f, KEY key )
const TRectype & anamag = cache().get(LF_ANAMAG, codart); const TRectype & anamag = cache().get(LF_ANAMAG, codart);
const int items = str->items(); const int items = str->items();
if (anamag.get_bool(ANAMAG_ARTPROD))
{
for (int i = 0; i < items; i++) for (int i = 0; i < items; i++)
{ {
const TString & name = str->get(i); const TString & name = str->get(i);
@ -2803,5 +2805,6 @@ bool gen_livelli_handler(TMask_field& f, KEY key )
} }
} }
} }
}
return true; return true;
} }