Corretto errore introdotto dal saldaconto
git-svn-id: svn://10.65.10.50/trunk@1258 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
7fea568d27
commit
311aeca7f1
@ -312,22 +312,25 @@ bool TPrimanota_application::read_caus(const char* cod, int year)
|
||||
|
||||
if (iva == nessuna_iva)
|
||||
{
|
||||
// non si cagano gli importi totali
|
||||
if (nriga < 8) continue;
|
||||
|
||||
char tipr = ' ';
|
||||
if (_is_saldaconto) switch(nriga)
|
||||
{
|
||||
case 8:
|
||||
tipr = 'P'; break;
|
||||
case 9:
|
||||
tipr = 'A'; break;
|
||||
case 10:
|
||||
tipr = 'G'; break;
|
||||
case 11:
|
||||
tipr = 'R'; break;
|
||||
default:
|
||||
tipr = ' '; break;
|
||||
if (_is_saldaconto)
|
||||
{
|
||||
// non si cagano gli importi totali
|
||||
if (nriga < 8) continue;
|
||||
switch(nriga)
|
||||
{
|
||||
case 8:
|
||||
tipr = 'P'; break;
|
||||
case 9:
|
||||
tipr = 'A'; break;
|
||||
case 10:
|
||||
tipr = 'G'; break;
|
||||
case 11:
|
||||
tipr = 'R'; break;
|
||||
default:
|
||||
tipr = ' '; break;
|
||||
}
|
||||
}
|
||||
const int pos = set_cgs_row(-1,zero,tc,desc,tipr);
|
||||
if (sezione > ' ')
|
||||
|
Loading…
x
Reference in New Issue
Block a user