LP#1942220: (follow-up) display linked PO name in SL LI list
authorGalen Charlton <gmc@equinoxOLI.org>
Thu, 13 Jan 2022 20:10:54 +0000 (15:10 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 13 Jan 2022 20:10:54 +0000 (15:10 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html

index 542d388..e53806e 100644 (file)
                 title="Purchase Order" i18n-title
                 routerLink="/staff/acq/po/{{li.purchase_order().id()}}">
                 <span class="material-icons small mr-1">center_focus_weak</span>
-                <span i18n>{{li.purchase_order().id()}}</span>
+                <span i18n>{{li.purchase_order().name()}}</span>
               </a>
             </ng-container>