LP#1942220: tweaks to Link Invoice dialog
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 14 Dec 2021 16:07:19 +0000 (11:07 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 14 Dec 2021 16:07:19 +0000 (11:07 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/acq/lineitem/link-invoice-dialog.component.html

index c73b412..1f0c5ef 100644 (file)
           <eg-combobox domId="provider-input" [(ngModel)]="provider" 
             style="border-left-width: 0px"
             name="provider-input"
+            idlIncludeLibraryInLabel="owner"
             [required]="true"
+            [asyncSupportsEmptyTermClick]="true"
             [idlQueryAnd]="{active: 't'}" idlClass="acqpro">
           </eg-combobox>
         </div>
       </div>
       <div class="d-flex mt-2">
         <div class="flex-1">
-          <label for="invoice-input" i18n>Provider</label>
+          <label for="invoice-input" i18n>Invoice</label>
         </div>
         <div class="flex-3">
           <eg-combobox domId="invoice-input" [(ngModel)]="invoice" 
@@ -37,6 +39,7 @@
             name="invoice-input"
             [required]="true"
             idlField="inv_ident"
+            [asyncSupportsEmptyTermClick]="true"
             [idlQueryAnd]="{provider: provider?.id}" idlClass="acqinv">
           </eg-combobox>
         </div>