IO-233 Additional CDK Posting
This commit is contained in:
@@ -141,7 +141,9 @@ exports.default = async function (socket, jobid) {
|
||||
taxAllocations[key].sale.getAmount() > 0 ||
|
||||
taxAllocations[key].cost.getAmount() > 0
|
||||
)
|
||||
.map((key) => taxAllocations[key]),
|
||||
.map((key) => {
|
||||
return { ...taxAllocations[key], tax: key };
|
||||
}),
|
||||
];
|
||||
} catch (error) {
|
||||
CdkBase.createLogEvent(
|
||||
|
||||
Reference in New Issue
Block a user