mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: rename item sku to code.
feat: fix sidebar current tab issue.
This commit is contained in:
@@ -91,6 +91,8 @@ function ItemsEntriesTable({
|
||||
onClickRemoveRow,
|
||||
onClickAddNewRow,
|
||||
onClickClearAllLines,
|
||||
filterPurchasableItems = false,
|
||||
filterSellableItems = false,
|
||||
}) {
|
||||
const [rows, setRows] = useState([]);
|
||||
const { formatMessage } = useIntl();
|
||||
@@ -117,6 +119,8 @@ function ItemsEntriesTable({
|
||||
Cell: ItemsListCell,
|
||||
disableSortBy: true,
|
||||
width: 180,
|
||||
filterPurchasable: filterPurchasableItems,
|
||||
filterSellable: filterSellableItems,
|
||||
},
|
||||
{
|
||||
Header: formatMessage({ id: 'description' }),
|
||||
|
||||
Reference in New Issue
Block a user