Skip to content

Commit 983ccdb

Browse files
Merge branch 'dev'
2 parents 00372be + 683d59c commit 983ccdb

6 files changed

Lines changed: 21 additions & 7 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>cc.altius.FASP.rest.webservice</groupId>
1212
<artifactId>FASP</artifactId>
13-
<version>2.127[5837]</version>
13+
<version>2.128[5839]</version>
1414
<name>QAT</name>
1515
<description>Quantification Analytics Tool</description>
1616
<packaging>jar</packaging>

src/main/java/cc/altius/FASP/service/impl/ProgramDataServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public List<ProgramData> getProgramData(List<LoadProgramInput> lpInputList, Cust
108108
pd.setShipmentList(this.programDataDao.getShipmentList(pv.getProgramId(), versionId, false, false, pv.getCutOffDate()));
109109
pd.setShipmentLinkingList(this.programDataDao.getShipmentLinkingList(pv.getProgramId(), versionId, pv.getCutOffDate()));
110110
pd.setBatchInventoryList(this.programDataDao.getBatchInventoryList(pv.getProgramId(), versionId, false, pv.getCutOffDate()));
111-
pd.setBatchInfoList(this.programDataDao.getBatchList(pv.getProgramId(), versionId, false, pv.getCutOffDate()));
111+
pd.setBatchInfoList(this.programDataDao.getBatchList(pv.getProgramId(), versionId, false, null));
112112
pd.setProblemReportList(this.problemService.getProblemReportList(pv.getProgramId(), versionId, curUser));
113113
pd.setSupplyPlan(this.programDataDao.getSimplifiedSupplyPlan(pv.getProgramId(), versionId, false, pv.getCutOffDate()));
114114
pd.setPlanningUnitList(this.programDataDao.getPlanningUnitListForProgramData(pv.getProgramId(), curUser, false));

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ syncExpiresOn=15
3131

3232
info.app.name=QAT
3333
info.app.description=Quantification Analytics Tool
34-
info.app.version=2.127[5837]
35-
info.app.frontEndVersion=[13979]
34+
info.app.version=2.128[5839]
35+
info.app.frontEndVersion=[13998]
3636
management.endpoints.web.exposure.include=*
3737
management.info.env.enabled = true
3838
management.endpoint.sessions.enabled=true
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
20260420-QAT-6200.sql
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# To change this license header, choose License Headers in Project Properties.
22
# To change this template file, choose Tools | Templates
33
# and open the template in the editor.
4-
version.major=2.127
5-
version.minor=5837
4+
version.major=2.128
5+
version.minor=5839

src/main/resources/versionInfo.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
APP Version: 2.128.5839
2+
Front End Version: 13998
3+
Date: 2026-05-02
4+
QAT-6364
5+
QAT-6359
6+
QAT-6357
7+
QAT-6356
8+
QAT-6354
9+
QAT-6351
10+
QAT-6350
11+
QAT-6348
12+
QAT-6346
13+
QAT-6314
14+
QAT-6290
15+
116
APP Version: 2.127.5837
217
Front End Version: 13979
318
Date: 2026-04-21

0 commit comments

Comments
 (0)