<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"
name="invoice-input"
[required]="true"
idlField="inv_ident"
+ [asyncSupportsEmptyTermClick]="true"
[idlQueryAnd]="{provider: provider?.id}" idlClass="acqinv">
</eg-combobox>
</div>