diff --git a/cg/cg4301.cpp b/cg/cg4301.cpp index 4c73c8e37..0f2eec9bd 100755 --- a/cg/cg4301.cpp +++ b/cg/cg4301.cpp @@ -1366,7 +1366,8 @@ void TLiquidazione_app::write_liq(int month, const char* codatts) _lim->put("R13", res_debt); - _lim->put("B0","X"); + if (!(_isregis && _recalc_only)) + _lim->put("B0","X"); if (_isfinal) _lim->put("B1", "X"); _lim->rewrite();