add cancel invoice action
This commit is contained in:
committed by
Daniel Hutzel
parent
52f00c62b7
commit
a319199e10
@@ -126,14 +126,6 @@ const logProcessArgs = () => {
|
||||
password: "some",
|
||||
}));
|
||||
}
|
||||
// for mock invoice data
|
||||
if (srcEntityName === "Invoices") {
|
||||
columns.push("status");
|
||||
srcResultRows = srcResultRows.map((row) => ({
|
||||
...row,
|
||||
status: getRandomInt(-1, 2),
|
||||
}));
|
||||
}
|
||||
|
||||
const transaction = await targetStorage.tx();
|
||||
await transaction.run(
|
||||
|
||||
Reference in New Issue
Block a user