Patch level : 2.0 546
Files correlati : ve0.exe ve6.exe Ricompilazione Demo : [ ] Commento : GF20074 Se cerco di contabilizzare una nota di credito in valuta riferita a una fattura precedente la gestione degli importi nel saldaconto non risulta essere corretta. Vedere sempre nell'area dati di riferimento per l'errore precedente la nota di credito n° 7 riferita alla fattura 6 git-svn-id: svn://10.65.10.50/trunk@11365 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e344289786
commit
cccb8efb76
@ -2674,7 +2674,7 @@ error_type TContabilizzazione::write_scadenze(TDocumento& doc)
|
|||||||
{
|
{
|
||||||
TPagamento& pag = doc.pagamento();
|
TPagamento& pag = doc.pagamento();
|
||||||
|
|
||||||
TCurrency_documento totdoc(abs(totdoc), doc);
|
TCurrency_documento totdoc(abs(doc.totale_doc()), doc);
|
||||||
TCurrency_documento totspese(abs(doc.spese()), doc);
|
TCurrency_documento totspese(abs(doc.spese()), doc);
|
||||||
TCurrency_documento totimposte(abs(doc.imposta(TRUE)), doc);
|
TCurrency_documento totimposte(abs(doc.imposta(TRUE)), doc);
|
||||||
TCurrency_documento totimponibili = totdoc - totspese - totimposte;
|
TCurrency_documento totimponibili = totdoc - totspese - totimposte;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user