fix CI-Fehler:
Es fehlte releasedAmount noch in zwei CSV-Zeilen: recordType: "expense" recordType: "approval"
This commit is contained in:
@@ -409,6 +409,7 @@ export async function GET() {
|
|||||||
description: expense.description ?? "",
|
description: expense.description ?? "",
|
||||||
amount: Number(expense.amount).toFixed(2),
|
amount: Number(expense.amount).toFixed(2),
|
||||||
totalBudget: "",
|
totalBudget: "",
|
||||||
|
releasedAmount: "",
|
||||||
colorCode: "",
|
colorCode: "",
|
||||||
approvalStatus: expense.approvalStatus,
|
approvalStatus: expense.approvalStatus,
|
||||||
approvalType: "",
|
approvalType: "",
|
||||||
@@ -460,6 +461,7 @@ export async function GET() {
|
|||||||
description: "",
|
description: "",
|
||||||
amount: Number(expense.amount).toFixed(2),
|
amount: Number(expense.amount).toFixed(2),
|
||||||
totalBudget: "",
|
totalBudget: "",
|
||||||
|
releasedAmount: "",
|
||||||
colorCode: "",
|
colorCode: "",
|
||||||
approvalStatus: expense.approvalStatus,
|
approvalStatus: expense.approvalStatus,
|
||||||
approvalType: approval.approvalType,
|
approvalType: approval.approvalType,
|
||||||
|
|||||||
Reference in New Issue
Block a user