Aggiunto codice 60 al codice tributo che viene scritto nel campo S6 di %DEL
durante l'elaborazione. Errore MI3160. git-svn-id: svn://10.65.10.50/trunk@2039 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
849386029c
commit
fce4e78020
@ -360,7 +360,7 @@ bool TStampa_deleghe_IVA::print_deleghe()
|
||||
if (frequenza_versamenti(firm, _anno) == 'T')
|
||||
tributo << "603" << ((_mese-1)/3+1);
|
||||
else
|
||||
tributo << format("%02d", _mese);
|
||||
tributo << "60" << format("%02d", _mese);
|
||||
break;
|
||||
case 2:
|
||||
tributo = "6099"; // Annuale
|
||||
|
@ -360,7 +360,7 @@ bool TStampa_deleghe_IVA::print_deleghe()
|
||||
if (frequenza_versamenti(firm, _anno) == 'T')
|
||||
tributo << "603" << ((_mese-1)/3+1);
|
||||
else
|
||||
tributo << format("%02d", _mese);
|
||||
tributo << "60" << format("%02d", _mese);
|
||||
break;
|
||||
case 2:
|
||||
tributo = "6099"; // Annuale
|
||||
|
Loading…
x
Reference in New Issue
Block a user