mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: formatted_type in inventory adjustment.
This commit is contained in:
@@ -40,9 +40,9 @@ export const PublishAccessor = (r) => {
|
||||
* Type column accessor.
|
||||
*/
|
||||
export const TypeAccessor = (row) => {
|
||||
return row.type_formatted ? (
|
||||
return row.formatted_type ? (
|
||||
<Tag minimal={true} round={true} intent={Intent.NONE}>
|
||||
{row.type_formatted}
|
||||
{row.formatted_type}
|
||||
</Tag>
|
||||
) : (
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user