fix: inventory adjustment & contacts drawer.

This commit is contained in:
elforjani13
2022-01-03 14:35:50 +02:00
parent 430ab95dc3
commit c31e9dcd29
2 changed files with 12 additions and 8 deletions

View File

@@ -79,6 +79,10 @@ export const handleCashFlowTransactionType = (reference, openDrawer) => {
return openDrawer('refund-vendor-detail-drawer', {
refundTransactionId: reference.reference_id,
});
case 'InventoryAdjustment':
return openDrawer('inventory-adjustment-drawer', {
inventoryId: reference.reference_id,
});
default:
return openDrawer('cashflow-transaction-drawer', {