Add Winax dependency back. Multiple bug fixes for estimate decoding.
This commit is contained in:
@@ -49,7 +49,7 @@ const DecodeTtl = async (
|
||||
|
||||
return {
|
||||
clm_total: rawTtlData.g_ttl_amt || 0,
|
||||
depreciation_taxes: 0, //TODO: Find where this needs to be filled from
|
||||
depreciation_taxes: rawTtlData.g_bett_amt || 0, //TODO: Find where this needs to be filled from
|
||||
cieca_ttl: { data: rawTtlData },
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user