mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-23 15:06:44 +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
|
|
@ -157,6 +157,7 @@
|
|||
@case (CustomFieldDataType.Monetary) {
|
||||
<pngx-input-monetary formControlName="value"
|
||||
[title]="getCustomFieldFromInstance(fieldInstance)?.name"
|
||||
[defaultCurrency]="getCustomFieldFromInstance(fieldInstance)?.extra_data?.default_currency"
|
||||
[removable]="userIsOwner"
|
||||
(removed)="removeField(fieldInstance)"
|
||||
[horizontal]="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue