IO-1926 Set export logs for manual items to be array of 1.
This commit is contained in:
@@ -62,7 +62,7 @@ export function BillMarkExportedButton({
|
|||||||
bodyshopid: bodyshop.id,
|
bodyshopid: bodyshop.id,
|
||||||
billid: bill.id,
|
billid: bill.id,
|
||||||
successful: true,
|
successful: true,
|
||||||
message: t("general.labels.markedexported"),
|
message: JSON.stringify([t("general.labels.markedexported")]),
|
||||||
useremail: currentUser.email,
|
useremail: currentUser.email,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ export function JobAdminMarkReexport({
|
|||||||
bodyshopid: bodyshop.id,
|
bodyshopid: bodyshop.id,
|
||||||
jobid: job.id,
|
jobid: job.id,
|
||||||
successful: true,
|
successful: true,
|
||||||
message: t("general.labels.markedexported"),
|
message: JSON.stringify([t("general.labels.markedexported")]),
|
||||||
useremail: currentUser.email,
|
useremail: currentUser.email,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ export function BillMarkSelectedExported({
|
|||||||
bodyshopid: bodyshop.id,
|
bodyshopid: bodyshop.id,
|
||||||
billid: id,
|
billid: id,
|
||||||
successful: true,
|
successful: true,
|
||||||
message: t("general.labels.markedexported"),
|
message: JSON.stringify([t("general.labels.markedexported")]),
|
||||||
useremail: currentUser.email,
|
useremail: currentUser.email,
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user