LP1999432 Add PubDate to shelf browse list. user/gmonti/lp1999432_shelf_browse_pub_date_signoff
authorGarry Collum <gcollum@gmail.com>
Tue, 10 Jan 2023 17:12:44 +0000 (17:12 +0000)
committerGina Monti <gmonti@biblio.org>
Wed, 15 Feb 2023 19:20:26 +0000 (14:20 -0500)
Adds pubdate to the shelf browse list of the staff client.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Gina Monti <gmonti@biblio.org>
Open-ILS/src/eg2/src/app/staff/catalog/cnbrowse/results.component.html

index 3486470..6ac9738 100644 (file)
                   {{callNumber._bibSummary.display.author}}
                 </a>
               </div>
+<<<<<<< HEAD
               <ng-container *ngIf="callNumber._bibSummary.display.pubdate"> 
                 <div class="d-flex">
                 <div class="flex1" i18n>PubDate:</div>
                 <div class="flex1 px-1">{{callNumber._bibSummary.display.pubdate}}</div>
                 </div>
               </ng-container>
+=======
+             <ng-container *ngIf="callNumber._bibSummary.display.pubdate"> 
+                 <div class="d-flex">
+                     <div class="flex1" i18n>PubDate:</div>
+                     <div class="flex1 px-1">{{callNumber._bibSummary.display.pubdate}}</div>
+                 </div>
+             </ng-container>
+>>>>>>> bf61730e39... LP1999432 Add PubDate to shelf browse list.
             </div>
             <div class="ml-2">
               <img src="/opac/extras/ac/jacket/small/r/{{callNumber._bibSummary.id}}"/>