fix: use standard ISO 8601 format for exported data

This commit is contained in:
Ahmed Bouhuolia
2024-08-29 22:39:51 +02:00
parent 095608266c
commit fce8e2c5a4
7 changed files with 105 additions and 14 deletions

View File

@@ -92,7 +92,7 @@ export default class InventorySubscriber {
inventoryTransactions,
trx,
}: IInventoryTransactionsCreatedPayload) => {
const inImportPreviewScope = this.importAls.isImportPreview();
const inImportPreviewScope = this.importAls.isImportPreview;
// Avoid running the cost items job if the async process is in import preview.
if (inImportPreviewScope) return;