View | Details | Raw Unified | Return to bug 24975
Collapse All | Expand All

(-)a/C4/Items.pm (-1 / +1 lines)
Lines 732-737 sub GetItemsInfo { Link Here
732
           serial.publisheddate,
732
           serial.publisheddate,
733
           itemtypes.description,
733
           itemtypes.description,
734
           itemtypes.notforloan as notforloan_per_itemtype,
734
           itemtypes.notforloan as notforloan_per_itemtype,
735
           itemtypes.itemtype as translation_key,
735
           holding.branchurl,
736
           holding.branchurl,
736
           holding.branchcode,
737
           holding.branchcode,
737
           holding.branchname,
738
           holding.branchname,
738
- 

Return to bug 24975