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,
|
||||
billid: bill.id,
|
||||
successful: true,
|
||||
message: t("general.labels.markedexported"),
|
||||
message: JSON.stringify([t("general.labels.markedexported")]),
|
||||
useremail: currentUser.email,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user