Patch level : 12.0 928
Files correlati : ve0.exe ve1.exe ve5.exe ve6.exe Commento : - Aggiunte funzioni sulle righe documento : QTACONAI(<categoria> [ <tipo calcolo (0=netto, 1=esente, 2=lordo)]) VALCONAI(<categoria> [ <tipo calcolo (0=netto, 1=esente, 2=lordo)])
This commit is contained in:
parent
e05c633c7b
commit
0f36fc6225
@ -1129,6 +1129,8 @@ void TExpr_documento::evaluate_user_func(int index, int nparms, TEval_stack & st
|
||||
{
|
||||
const TString8 sottocat = _row->get(conai_sottocat_name(i));
|
||||
|
||||
if (sottocat.full() && sottocat.starts_with(cat))
|
||||
{
|
||||
if (sottocat.full() && sottocat_found.find(sottocat) < 0)
|
||||
{
|
||||
sottocat_found.add(sottocat);
|
||||
@ -1165,6 +1167,7 @@ void TExpr_documento::evaluate_user_func(int index, int nparms, TEval_stack & st
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user