mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix: BIG-145 rename product/service to product.
This commit is contained in:
@@ -5,7 +5,7 @@ export const useInventoryAdjustmentEntriesColumns = () =>
|
|||||||
React.useMemo(
|
React.useMemo(
|
||||||
() => [
|
() => [
|
||||||
{
|
{
|
||||||
Header: intl.get('product_and_service'),
|
Header: intl.get('inventory_adjustment.column.product'),
|
||||||
accessor: 'item.name',
|
accessor: 'item.name',
|
||||||
width: 150,
|
width: 150,
|
||||||
className: 'name',
|
className: 'name',
|
||||||
|
|||||||
Reference in New Issue
Block a user