mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-12 21:44:21 -06:00
Enhancement: allow specifying default currency for Monetary custom field (#7381)
This commit is contained in:
@@ -57,5 +57,6 @@ export interface CustomField extends ObjectWithId {
|
||||
created?: Date
|
||||
extra_data?: {
|
||||
select_options?: string[]
|
||||
default_currency?: string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user