Sostituito un costruttore inesistente di TConto
git-svn-id: svn://10.65.10.50/trunk@335 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b55f168dff
commit
c92bf19c53
@ -53,7 +53,8 @@ void TTab_conti::aggiorna_conto(const TConto& tcon, int anno_es, const real& imp
|
||||
TConto* tc = (TConto*) objptr(key);
|
||||
if (tc == NULL)
|
||||
{
|
||||
tc = new TConto(tcon);
|
||||
tc = new TConto(tcon.gruppo(), tcon.conto(), tcon.sottoconto(),
|
||||
tcon.tipo());
|
||||
add(key, tc);
|
||||
tc->dare() = ZERO;
|
||||
tc->avere() = ZERO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user