From bf016f66943a319d3c25e6743b92e9739a543f73 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 29 Aug 2009 18:54:22 +0000 Subject: [PATCH] Patch level : 10.0 410 Files correlati : ve0.exe dichiarazione CONAI Ricompilazione Demo : [ ] Commento Nomi dei campi per i pesi dei poliaccoppiati conai git-svn-id: svn://10.65.10.50/trunk@19236 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/velib02.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ve/velib02.cpp b/ve/velib02.cpp index 0edfb11cb..df9f8f729 100755 --- a/ve/velib02.cpp +++ b/ve/velib02.cpp @@ -811,7 +811,7 @@ real TRiga_documento::qtaresidua_mag() const const char * TRiga_documento::get_conai_peso_name(int type) const { - const char* const __conai_peso_names[] = {"QUNACC", "QUNALL", "QUNCAR", "QUNPLA", "QUNLEG", "QUNVET"}; + const char* const __conai_peso_names[] = {"PUNACC", "PUNALL", "PUNCAR", "PUNPLA", "PUNLEG", "PUNVET"}; if (conai_configured_type(type)) return __conai_peso_names[type];