fix: BIG-145 rename product/service to product.

This commit is contained in:
elforjani13
2021-12-26 13:22:27 +02:00
parent 1d505db7bf
commit 10f0d47b54

View File

@@ -5,7 +5,7 @@ export const useInventoryAdjustmentEntriesColumns = () =>
React.useMemo(
() => [
{
Header: intl.get('product_and_service'),
Header: intl.get('inventory_adjustment.column.product'),
accessor: 'item.name',
width: 150,
className: 'name',