From b5bf33d536e8ff6a27686fab18f42668e9ae1e16 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 26 Oct 2010 14:34:09 +0000 Subject: [PATCH] Patch level : 10.0 patch 828 Files correlati : ve0,exe Ricompilazione Demo : [ ] Commento Aggiunta la stringa ORDER sul profilo tipo riga documento per ordinare le righe in evasione (handler 5) per HABA git-svn-id: svn://10.65.10.50/branches/R_10_00@21072 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/velib02.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ve/velib02.cpp b/ve/velib02.cpp index 02e7d5c2b..5260d9ac6 100755 --- a/ve/velib02.cpp +++ b/ve/velib02.cpp @@ -74,6 +74,7 @@ void TTipo_riga_documento::read_formule() _fields_to_update = profile.get("FIELDSTOUPDATE"); _field_list = profile.get("FIELDLIST"); _header = profile.get("HEADER"); + _order = profile.get("ORDER"); _select_clifo = profile.get_bool("SELCLIFO", NULL, -1, true); _no_desc = profile.get_bool("NODESC"); _formule = profile.get("CAMPICALC");