Added formatting for jobs lists and jobs detail components
This commit is contained in:
@@ -170,7 +170,7 @@ async function DecodeVehFile(extensionlessFilePath) {
|
||||
async function DecodeTtlFile(extensionlessFilePath) {
|
||||
let dbf = await DBFFile.open(`${extensionlessFilePath}.TTL`);
|
||||
let records = await dbf.readRecords(1);
|
||||
return _.pick(records[0], ["CLM_TOTAL"]);
|
||||
return { clm_total: records[0]["G_TTL_AMT"] };
|
||||
}
|
||||
|
||||
async function DecodeLinFile(extensionlessFilePath) {
|
||||
|
||||
Reference in New Issue
Block a user