LPXXX Angular Volcopy
authorBill Erickson <berickxx@gmail.com>
Mon, 6 Jul 2020 14:45:43 +0000 (10:45 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 6 Jul 2020 14:45:43 +0000 (10:45 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.html

index 22deaa0..2aabf57 100644 (file)
       <ng-template #circModifierTemplate>
         <select class="form-control" [(ngModel)]="values['circ_modifier']">
           <option [value]="null" i18n>&lt;Unset&gt;</option>
-          <option *ngFor="let mod of volcopy.commonData.circ_modifier"
+          <option *ngFor="let mod of volcopy.commonData.acp_circ_modifier"
             value="{{mod.code()}}">{{mod.name()}}</option>
         </select>
       </ng-template>