Patch level : 12.0 344

Files correlati     : 
Commento            : Aggiornamento campo booleano CU, adesso controlla gli eventi eccezionali

git-svn-id: svn://10.65.10.50/branches/R_10_00@23609 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2017-02-10 15:23:13 +00:00
parent 8f97a8b364
commit 6d11dc1ceb
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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");