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:
parent
1cedda421a
commit
db33352fa8
@ -293,7 +293,14 @@ bool TConversione_archivi::menu(MENU_TAG)
|
|||||||
case 12:
|
case 12:
|
||||||
remove_dta_ndx();
|
remove_dta_ndx();
|
||||||
if (_codditta == 0)
|
if (_codditta == 0)
|
||||||
|
{
|
||||||
|
// Rimuove ITALIA dalla tabella stati
|
||||||
|
TTable sta("%STA");
|
||||||
|
sta.zero();
|
||||||
|
if (sta.read() == NOERR) sta.remove();
|
||||||
|
// converte i profili
|
||||||
convert_forms();
|
convert_forms();
|
||||||
|
}
|
||||||
else
|
else
|
||||||
convert_saldi();
|
convert_saldi();
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user