diff --git a/src/m770/777200.cpp b/src/m770/777200.cpp index b758c789f..a159e9059 100755 --- a/src/m770/777200.cpp +++ b/src/m770/777200.cpp @@ -518,7 +518,7 @@ const TString& TTrasferimentoCU::read_codfis_dic(const TRectype& rec) void TTrasferimentoCU::set_operazione(char t, const TString& iden) { - _tipo_operazione = (t == 'A' || t == 'S') ? t : ' '; + _tipo_operazione = (t == 'A' || t == 'S' || t == 'E') ? t : ' '; _certificazione = 0; if (_tipo_operazione >= 'A') _identificativo = iden; diff --git a/src/m770/777201.cpp b/src/m770/777201.cpp index a702be3e3..644f7d4ae 100644 --- a/src/m770/777201.cpp +++ b/src/m770/777201.cpp @@ -613,9 +613,9 @@ void TCU_report::create_B() add_band(header, 13, 27); begin_paragraph(header, 13, 2, "TIPO DI COMUNICAZIONE"); - add_prompted_bool(header, 0, 0, 2, "#8", "Annullamento"); - add_prompted_bool(header, 0, 28, 2, "#9", "Sostituzione"); - add_prompted_bool(header, 0, 50, 2, "#10", "Eventi eccezionali"); + add_prompted_bool(header, 0, 0, 2, "#10", "Annullamento"); + add_prompted_bool(header, 0, 28, 2, "#11", "Sostituzione"); + add_prompted_bool(header, 0, 50, 2, "#17", "Eventi eccezionali"); // Se EVECC è 1,3,6 end_paragraph(header); begin_paragraph(header, CU_AFTER_LAST, 9, "DATI RELATIVI\nAL SOSTITUTO");