Almost matching export.

This commit is contained in:
Patrick Fic
2025-03-20 12:50:47 -07:00
parent 2e5fe7c99d
commit 45209bd9e4
32 changed files with 490 additions and 120 deletions

View File

@@ -48,8 +48,8 @@ const DecodeTtl = async (
//Apply business logic transfomrations.
return {
clm_total: 0,
depreciation_taxes: 0,
clm_total: rawTtlData.g_ttl_amt || 0,
depreciation_taxes: 0, //TODO: Find where this needs to be filled from
cieca_ttl: { data: rawTtlData },
};
};