From 3550673cf59b9fc51e2c5138b9a97dab76dd2ddc Mon Sep 17 00:00:00 2001 From: Bertrand Zuchuat Date: Tue, 9 Apr 2024 15:18:12 +0200 Subject: [PATCH] fix(fee): add manual fee * Fixes the options with the new formly configuration structure. Co-Authored-by: Bertrand Zuchuat --- .../patron-transactions/patron-fee/patron-fee.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',