mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
BIG-69: remove description column in inventory adjustment.
This commit is contained in:
@@ -49,9 +49,6 @@ export default function InventoryAdjustmentDetailHeader() {
|
|||||||
<DetailItem label={intl.get('reason')}>
|
<DetailItem label={intl.get('reason')}>
|
||||||
{defaultTo(reason, '—')}
|
{defaultTo(reason, '—')}
|
||||||
</DetailItem>
|
</DetailItem>
|
||||||
<DetailItem label={intl.get('description')}>
|
|
||||||
{defaultTo(description, '—')}
|
|
||||||
</DetailItem>
|
|
||||||
<DetailItem label={intl.get('created_at')}>
|
<DetailItem label={intl.get('created_at')}>
|
||||||
{moment(created_at).format('YYYY MMM DD')}
|
{moment(created_at).format('YYYY MMM DD')}
|
||||||
</DetailItem>
|
</DetailItem>
|
||||||
|
|||||||
@@ -177,15 +177,6 @@ export const useInventoryAdjustmentsColumns = () => {
|
|||||||
className: 'publish',
|
className: 'publish',
|
||||||
clickable: true,
|
clickable: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'description',
|
|
||||||
Header: intl.get('description'),
|
|
||||||
accessor: 'description',
|
|
||||||
disableSorting: true,
|
|
||||||
width: 85,
|
|
||||||
className: 'description',
|
|
||||||
clickable: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'created_at',
|
id: 'created_at',
|
||||||
Header: intl.get('created_at'),
|
Header: intl.get('created_at'),
|
||||||
|
|||||||
Reference in New Issue
Block a user