mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20: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')}>
|
||||
{defaultTo(reason, '—')}
|
||||
</DetailItem>
|
||||
<DetailItem label={intl.get('description')}>
|
||||
{defaultTo(description, '—')}
|
||||
</DetailItem>
|
||||
<DetailItem label={intl.get('created_at')}>
|
||||
{moment(created_at).format('YYYY MMM DD')}
|
||||
</DetailItem>
|
||||
|
||||
Reference in New Issue
Block a user