diff --git a/projects/admin/src/app/circulation/patron/patron-transactions/patron-fee/patron-fee.component.ts b/projects/admin/src/app/circulation/patron/patron-transactions/patron-fee/patron-fee.component.ts index ab8ae9b04..a7c833f33 100644 --- a/projects/admin/src/app/circulation/patron/patron-transactions/patron-fee/patron-fee.component.ts +++ b/projects/admin/src/app/circulation/patron/patron-transactions/patron-fee/patron-fee.component.ts @@ -124,7 +124,7 @@ export class PatronFeeComponent implements OnInit { props: { label: 'Type', required: true, - options: properties.type.form.options + options: properties.type.widget.formlyConfig.props.options } }, { key: 'total_amount',