Skip to content

Commit

Permalink
Merge pull request Aspen-Discovery#2018 from Nashville-Public-Library…
Browse files Browse the repository at this point in the history
…/24.08.01-NashvilleHoldsReport

Fixes Nashville holds report
  • Loading branch information
mdnoble73 authored Aug 26, 2024
2 parents 618db83 + 779608d commit 70591f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/web/Drivers/Nashville.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,8 @@ public function getHoldsReportData($location): array {
),
item_level_holds as (
select
pb.branchname as PICKUP_BRANCH
, p.name as PATRON_NAME
p.name as PATRON_NAME
, pb.branchname as PICKUP_BRANCH
, p.sponsor as HOME_ROOM
, bb.btyname as GRD_LVL
, p.patronid as P_BARCODE
Expand Down

0 comments on commit 70591f0

Please sign in to comment.