mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: formatted transaction type
This commit is contained in:
@@ -14,10 +14,7 @@ export class CommandTaxRateDto {
|
||||
*/
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
@ApiProperty({
|
||||
description: 'The name of the tax rate.',
|
||||
example: 'VAT',
|
||||
})
|
||||
@ApiProperty({ description: 'The name of the tax rate.', example: 'VAT' })
|
||||
name: string;
|
||||
|
||||
/**
|
||||
@@ -25,10 +22,7 @@ export class CommandTaxRateDto {
|
||||
*/
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
@ApiProperty({
|
||||
description: 'The code of the tax rate.',
|
||||
example: 'VAT',
|
||||
})
|
||||
@ApiProperty({ description: 'The code of the tax rate.', example: 'VAT' })
|
||||
code: string;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user