From 031124456982e1aa58e5015ffc8db407963b471e Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 21 Jul 1995 10:22:34 +0000 Subject: [PATCH] Errore MI3198 git-svn-id: svn://10.65.10.50/trunk@1628 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg2100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cg/cg2100.cpp b/cg/cg2100.cpp index cef7a9de8..e13f02a2c 100755 --- a/cg/cg2100.cpp +++ b/cg/cg2100.cpp @@ -506,7 +506,7 @@ void TPrimanota_application::fill_sheet(TMask& m) const TSheet_field& ivas = (TSheet_field&)m.field(F_SHEETIVA); for (r = ivas.items(); r < 16; r++) ivas.row(r); ivas.enable_column(2, _iva == iva_acquisti); // Tipo detrazione - ivas.enable_column(4, _iva == iva_acquisti); // Tipo costo ricavo + ivas.enable_column(4, !m.insert_mode()); // Tipo costo ricavo } }