Skip to content

Commit a64b660

Browse files
Merge pull request #552 from navapbc/mqwebster/dep-upgrades
fix: input template updates
2 parents 5c754ca + f10b1f2 commit a64b660

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Binary file not shown.

packages/server/src/arpa_reporter/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const PERIOD_TEMPLATES_DIR = join(UPLOAD_DIR, 'period_templates');
2424
const SERVER_CODE_DIR = __dirname;
2525
const SERVER_DATA_DIR = join(SERVER_CODE_DIR, 'data');
2626

27-
const EMPTY_TEMPLATE_NAME = 'ARPA SFRF Reporting Workbook v20260318.xlsm';
27+
const EMPTY_TEMPLATE_NAME = 'ARPA SFRF Reporting Workbook v20260603.xlsm';
2828

2929
const { COOKIE_SECRET } = process.env;
3030

packages/server/src/arpa_reporter/lib/templateRules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"logic": {
33
"version": {
4-
"version": "v:20260318",
4+
"version": "v:20260603",
55
"key": "version",
66
"index": 0,
77
"required": false,
@@ -8630,8 +8630,8 @@
86308630
"key": "Contract_Obligations_Pursuant_Estimate__c",
86318631
"index": 33,
86328632
"required": "Conditional",
8633-
"dataType": "String",
8634-
"maxLength": 750,
8633+
"dataType": "Currency",
8634+
"maxLength": null,
86358635
"listVals": [],
86368636
"columnName": "AH",
86378637
"humanColName": "Contract Obligations Pursuant to Estimate",

0 commit comments

Comments
 (0)