<span i18n>{{li.purchase_order().id()}}</span>
</a>
</ng-container>
- <ng-container *ngIf="!picklistId && li.picklist()">
+ <ng-container *ngIf="!picklistId && li.picklist() && li.picklist().name()">
<span class="ml-1 mr-1" i18n> | </span>
<a class="label-with-material-icon"
title="Selection List" i18n-title
</div>
<div class="form-group">
<label for="name-input" i18n>Provider</label>
- <eg-combobox domId="provider-input" [(ngModel)]="provider" idlClass="acqpro">
+ <eg-combobox domId="provider-input" [(ngModel)]="provider"
+ [idlQueryAnd]="{active: 't'}" idlClass="acqpro">
</eg-combobox>
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input"
[(ngModel)]="prepaymentRequired" id="prepayment-required">
- <label class="form-check-label" for="prepayment-required" i18n>Prepayment Required</label>
+ <label class="form-check-label" for="prepayment-required" i18n>
+ Prepayment Required
+ </label>
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input"
"copy-webpack-plugin": "^4.3.0",
"jasmine-core": "^2.99.1",
"karma": "^1.7.1",
- "karma-jasmine": "^1.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.2.0",
+ "karma-jasmine": "^1.1.1",
"karma-script-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.32",
"karma-story-reporter": "^0.3.1",