Patch level : 10.0
Files correlati : cg2.exe Ricompilazione Demo : [ ] Commento : Migliorata gestione periodo non accettazione effetti git-svn-id: svn://10.65.10.50/trunk@20482 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
7b2f7cfc71
commit
09c9f45419
@ -700,7 +700,7 @@ void TPrimanota_application::set_pagamento(const char* c, const char* d)
|
||||
d = "";
|
||||
_pag = new TPagamento(c, d);
|
||||
}
|
||||
if (iva() == iva_vendite)
|
||||
if (_pag != NULL && iva() == iva_vendite)
|
||||
_pag->set_clifo(curr_mask().get_long(F_CLIENTE)); // Dato indispensabile per non accettazione effetti
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user