From 7225d9c15d8df18b5b262aa24866a88c6107bf0d Mon Sep 17 00:00:00 2001 From: villa Date: Tue, 14 Feb 1995 11:51:10 +0000 Subject: [PATCH] Ricalcoli vari git-svn-id: svn://10.65.10.50/trunk@997 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg4301.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();