funds: set field options for the acqfa modal from funding source xacts dialog
authorGalen Charlton <gmc@equinoxOLI.org>
Mon, 7 Jun 2021 16:15:30 +0000 (12:15 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Mon, 7 Jun 2021 16:15:30 +0000 (12:15 -0400)
LH#28

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funding-source-transactions-dialog.component.html

index eb5088a..100c8de 100644 (file)
@@ -78,5 +78,6 @@
 
 <eg-fm-record-editor #applyCreditDialog idlClass="acqfscred">
 </eg-fm-record-editor>
-<eg-fm-record-editor #allocateToFundDialog idlClass="acqfa">
+<eg-fm-record-editor #allocateToFundDialog idlClass="acqfa"
+  [fieldOptions]="{fund:{linkedSearchConditions:{'active':'t'},preloadLinkedValues:true}}">
 </eg-fm-record-editor>