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 ?? "",
|
||||
amount: Number(expense.amount).toFixed(2),
|
||||
totalBudget: "",
|
||||
releasedAmount: "",
|
||||
colorCode: "",
|
||||
approvalStatus: expense.approvalStatus,
|
||||
approvalType: "",
|
||||
@@ -460,6 +461,7 @@ export async function GET() {
|
||||
description: "",
|
||||
amount: Number(expense.amount).toFixed(2),
|
||||
totalBudget: "",
|
||||
releasedAmount: "",
|
||||
colorCode: "",
|
||||
approvalStatus: expense.approvalStatus,
|
||||
approvalType: approval.approvalType,
|
||||
|
||||
Reference in New Issue
Block a user