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:
angelo 1995-10-27 10:14:08 +00:00
parent 849386029c
commit fce4e78020
2 changed files with 2 additions and 2 deletions

View File

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

View File

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