sales
This commit is contained in:
@@ -6,6 +6,7 @@ import { Link, useParams } from "react-router-dom";
|
||||
import { useAuth } from "../../auth/AuthProvider";
|
||||
import { api, ApiError } from "../../lib/api";
|
||||
import { emptyInventoryTransactionInput, inventoryTransactionOptions } from "./config";
|
||||
import { InventoryAttachmentsPanel } from "./InventoryAttachmentsPanel";
|
||||
import { InventoryStatusBadge } from "./InventoryStatusBadge";
|
||||
import { InventoryTransactionTypeBadge } from "./InventoryTransactionTypeBadge";
|
||||
import { InventoryTypeBadge } from "./InventoryTypeBadge";
|
||||
@@ -355,6 +356,7 @@ export function InventoryDetailPage() {
|
||||
)}
|
||||
</article>
|
||||
</section>
|
||||
<InventoryAttachmentsPanel itemId={item.id} />
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user