From 4974efa1d03b56ff93d789ca5311afb1070be051 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期三, 11 九月 2024 16:59:01 +0800
Subject: [PATCH] Update StaticMethod_CreateFullTable.qbl
---
_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl b/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl
index 188515f..ed6a26c 100644
--- a/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl
+++ b/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl
@@ -72,7 +72,7 @@
cell.MP_Column().CustomDate() >= localColumn.CustomDate() and
cell.MP_Column().CustomDate() < localColumn.CustomDate().StartOfNextMonth() );
- isFuture := owner.StartOfPlanning().Date() >= localColumn.CustomDate();
+ isFuture := owner.StartOfPlanning().Date() < localColumn.CustomDate();
output := 0.0;
if( isFuture ){
--
Gitblit v1.9.3