From d839399a29af0504340c35c3a957054020d04d24 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 3 Jun 1996 15:56:30 +0000 Subject: [PATCH] Corretta get_int(CG_SOTTOCONTO) git-svn-id: svn://10.65.10.50/trunk@2954 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg2105.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cg/cg2105.cpp b/cg/cg2105.cpp index c4a18b1c5..1262898e3 100755 --- a/cg/cg2105.cpp +++ b/cg/cg2105.cpp @@ -1799,7 +1799,7 @@ bool TPrimanota_application::edit_partite(const TMask& m, int riga) const int gruppo = m.get_int(CG_GRUPPO); const int conto = m.get_int(CG_CONTO); - const long sottoconto = m.get_int(CG_SOTTOCONTO); + const long sottoconto = m.get_long(CG_SOTTOCONTO); TBill b(gruppo, conto, sottoconto, tipo); // Legge il conto della riga selezionata // Esci se il conto della riga cliente non e' valido