From 6d9548e7d4d9221c031deddf985fcb674fa680d2 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期三, 13 十一月 2024 10:05:38 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev
---
_Main/BL/Type_FinancialSalesReport/Method_GenerateColumn.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_FinancialSalesReport/Method_GenerateColumn.qbl b/_Main/BL/Type_FinancialSalesReport/Method_GenerateColumn.qbl
index 592acd8..8aed8c8 100644
--- a/_Main/BL/Type_FinancialSalesReport/Method_GenerateColumn.qbl
+++ b/_Main/BL/Type_FinancialSalesReport/Method_GenerateColumn.qbl
@@ -11,7 +11,7 @@
startofyear := startofplanning.StartOfYear();
startofnextyear := startofplanning.StartOfNextYear();
- for( start := startofyear; start < startofnextyear; start := start.StartOfMonth() ){
+ for( start := startofyear; start < startofnextyear; start := start.StartOfNextMonth() ){
periodtime := start.Date();
periodname := periodtime.Format( "M2/D2/Y" );
this.FinancialSalesColumn( relnew, Name := periodname, Period := periodtime );
--
Gitblit v1.9.3