mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat(moneyIn): add exchange rate detail.
This commit is contained in:
@@ -24,7 +24,6 @@ export default function WarehouseLocationsTable() {
|
||||
isFetching: isItemWarehousesFetching,
|
||||
data: itemWarehouses,
|
||||
} = useItemWarehouseLocation(itemId, { enabled: !!itemId });
|
||||
console.log(itemWarehouses, 'XXX');
|
||||
return (
|
||||
<WarehouseLocationsGLEntriesRoot>
|
||||
<DataTable
|
||||
|
||||
Reference in New Issue
Block a user