Aggiunta l'eliminazione dell'ITALIA dalla tabella %STA

git-svn-id: svn://10.65.10.50/trunk@3732 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-10-08 17:09:13 +00:00
parent 1cedda421a
commit db33352fa8

View File

@ -293,7 +293,14 @@ bool TConversione_archivi::menu(MENU_TAG)
case 12:
remove_dta_ndx();
if (_codditta == 0)
{
// Rimuove ITALIA dalla tabella stati
TTable sta("%STA");
sta.zero();
if (sta.read() == NOERR) sta.remove();
// converte i profili
convert_forms();
}
else
convert_saldi();
break;