Patch level : 12.00 1272
Files correlati : cg2.exe Commento : Corretta generazione righe contabili nel caso le righe siano state perse
This commit is contained in:
parent
b10de90dc3
commit
9dfbfa48ab
@ -1072,7 +1072,7 @@ void TPrimanota_application::init_modify_mode(TMask& m)
|
||||
|
||||
if (is_saldaconto() || iva() != nessuna_iva)
|
||||
{
|
||||
if (cg.items() > 0)
|
||||
/*if (cg.items() > 0)
|
||||
{
|
||||
_as400 = true;
|
||||
for (int i = cg.items()-1; i >= 0 && _as400; i--)
|
||||
@ -1081,7 +1081,7 @@ void TPrimanota_application::init_modify_mode(TMask& m)
|
||||
|
||||
_as400 = rt <= cgrowtype_contabile;
|
||||
}
|
||||
}
|
||||
} */
|
||||
}
|
||||
if (iva() == iva_acquisti)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user