Patch level : 10.0 patch 824
Files correlati : ve0.exe ve6.exe Ricompilazione Demo : [ ] Commento Nella distribuzione delle spese senza conto sui movimenti contabile e analitico ora non cosidera piu' le righe di spesa. NB queste spese devono essere esenti per poter utilizzare questo meccanismo. git-svn-id: svn://10.65.10.50/branches/R_10_00@21017 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
6094516e1f
commit
1100bdeed4
@ -394,8 +394,9 @@ bool TContabilizzazione_analitica::find_conti(const TRiga_documento& riga, TStri
|
|||||||
{
|
{
|
||||||
if (!search_costo_ricavo(riga, bill, riclassifica_fdr_fde))
|
if (!search_costo_ricavo(riga, bill, riclassifica_fdr_fde))
|
||||||
return true;
|
return true;
|
||||||
if (!bill.is_analitico() && !_usepdcc && !riga.is_spese())
|
if (bill.ok() && !bill.is_analitico())
|
||||||
{
|
{
|
||||||
|
if (!_usepdcc && !riga.is_spese())
|
||||||
no_ca_amount += valore;
|
no_ca_amount += valore;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user