diff --git a/cg/cg4304.cpp b/cg/cg4304.cpp index d69ca745e..68b0cfb9b 100755 --- a/cg/cg4304.cpp +++ b/cg/cg4304.cpp @@ -774,7 +774,7 @@ void TLiquidazione_app::describe_liq(int month, const char* codatts, // aggiunge eventuale satellite per rimborso infraannuale if (di != NULL) { - if (d._r0.sign() < 0) + if (d._r0->sign() < 0) d->_arr.add(di); else delete di; }