reintegrated summary of billings
This commit is contained in:
@ -7,7 +7,7 @@ plugins {
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
group = 'de.jottyfan'
|
||||
version = '1.3.5'
|
||||
version = '1.3.6'
|
||||
|
||||
description = """timetrack"""
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
package de.jottyfan.timetrack.modules.done;
|
||||
|
||||
import static de.jottyfan.timetrack.db.done.Tables.T_DONE;
|
||||
import static de.jottyfan.timetrack.db.done.Tables.V_BILLING;
|
||||
import static de.jottyfan.timetrack.db.done.Tables.V_JOB;
|
||||
import static de.jottyfan.timetrack.db.done.Tables.V_MODULE;
|
||||
import static de.jottyfan.timetrack.db.done.Tables.V_PROJECT;
|
||||
@ -147,7 +148,7 @@ public class DoneGateway {
|
||||
if (includeNull) {
|
||||
list.add(new VBillingRecord());
|
||||
}
|
||||
// list.addAll(getJooq().selectFrom(V_BILLING).orderBy(V_BILLING.NAME).fetchInto(VBillingRecord.class));
|
||||
list.addAll(getJooq().selectFrom(V_BILLING).orderBy(V_BILLING.NAME).fetchInto(VBillingRecord.class));
|
||||
return list;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user