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;