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
This commit is contained in:
alex 2009-08-29 18:54:22 +00:00
parent c681539e73
commit bf016f6694

View File

@ -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];