From a7bd48852fd85ed4e439ff888451e18d2bd57e93 Mon Sep 17 00:00:00 2001 From: luca Date: Wed, 8 Feb 2006 11:44:50 +0000 Subject: [PATCH] Patch level :2.2 344 Files correlati : Ricompilazione Demo : [ ] Commento :passato il codiva come TString4 e non come TString16 per non sprecare spazio git-svn-id: svn://10.65.10.50/trunk@13767 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/velib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ve/velib.h b/ve/velib.h index b39c31e3d..e7f5c7c0e 100755 --- a/ve/velib.h +++ b/ve/velib.h @@ -468,7 +468,7 @@ public: const TTipo_riga_documento & tipo() const; const TSpesa_prest & spesa() const; static const TCodiceIVA & iva(const char * codice); - const TCodiceIVA & iva() const {const TString16 cod(get(RDOC_CODIVA)); return iva(cod);} + const TCodiceIVA & iva() const {const TString4 cod(get(RDOC_CODIVA)); return iva(cod);} const bool tipo_valido() const { return get(RDOC_TIPORIGA).not_empty(); } void set_tipo(const char * tipo) { put(RDOC_TIPORIGA, tipo);}