This is an automated email from the ASF dual-hosted git repository.
dixitdeepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push:
new 5e4fa9b73 Remove unintended ListTimeSheets formatting change from
previous commit
5e4fa9b73 is described below
commit 5e4fa9b7340dee6a1af9e17ab32ab8b8799e6652
Author: Deepak Dixit <[email protected]>
AuthorDate: Thu May 7 14:58:31 2026 +0530
Remove unintended ListTimeSheets formatting change from previous commit
---
scrum/src/main/groovy/org/apache/ofbiz/scrum/ListTimeSheets.groovy | 1 -
1 file changed, 1 deletion(-)
diff --git a/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListTimeSheets.groovy
b/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListTimeSheets.groovy
index 8ecb67856..76441c129 100644
--- a/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListTimeSheets.groovy
+++ b/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListTimeSheets.groovy
@@ -35,7 +35,6 @@ performFindResults = run service: 'performFindList', with:
[entityName: 'Timeshe
orderBy: 'fromDate
DESC']
if (performFindResults.listSize > 0) {
timesheetsDb = performFindResults.list
-}
timesheetsDb.each { timesheetDb ->
//get hours from EmplLeave
leaveHours = 0.00