From 08b770e77cb512cb469e4856145c42ed5cab704d Mon Sep 17 00:00:00 2001 From: angelo Date: Thu, 18 Apr 1996 09:13:01 +0000 Subject: [PATCH] Corretto errore MI1048. git-svn-id: svn://10.65.10.50/trunk@2748 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- sc/sc2300.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/sc2300.cpp b/sc/sc2300.cpp index 1edf88bb6..1a0b8b063 100755 --- a/sc/sc2300.cpp +++ b/sc/sc2300.cpp @@ -240,7 +240,7 @@ void TStampaScaduto::compute_all(TPartita& p) res -= gap; res_pagati -= gap; } - if (d < _limscad && d >= (TDate&)_s_date[0]) + if (d <= _limscad && d >= (TDate&)_s_date[0]) s1 += res; if (d < (TDate&)_s_date[0] && d >= (TDate&)_s_date[1]) s2 += res;