From b6dcde19dcbc7a3d47ee8cb5b44b15410c5463d6 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 6 Dec 1996 10:18:24 +0000 Subject: [PATCH] Errore MI3486 git-svn-id: svn://10.65.10.50/trunk@3969 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg4400.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cg/cg4400.cpp b/cg/cg4400.cpp index 612f44f40..7a8cb61ca 100755 --- a/cg/cg4400.cpp +++ b/cg/cg4400.cpp @@ -3583,7 +3583,8 @@ bool CG4400_application::stampa_registri_IVA(const TMask& m) message_box("Ditta %ld: nessun registro soddisfa i parametri indicati", _ditta); //viene gia' dato nell'handler } //da Gennaio) } - } + } + printer().read_configuration(); TApplication::set_firm(__firm); return TRUE; }