mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Enhancement: allow specifying default currency for Monetary custom field (#7381)
This commit is contained in:
parent
0ee85aae21
commit
15554322dd
13 changed files with 168 additions and 29 deletions
|
|
@ -57,5 +57,6 @@ export interface CustomField extends ObjectWithId {
|
|||
created?: Date
|
||||
extra_data?: {
|
||||
select_options?: string[]
|
||||
default_currency?: string
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue