Skip to content

Commit a617ac2

Browse files
committed
models: HostBib: Properly handle 774s without $w
Using `.empty?` still requires the value to not be `nil`. There is at least one record that has no `w` and therefore has a `nil` value; using `.present?` checks for nil *and* empty values. Additionally, ensure no `nil` values escape into the subfields list. Fixes: LIBIT-10644 Ref: AP-778
1 parent 43bc92a commit a617ac2

4 files changed

Lines changed: 201 additions & 219 deletions

File tree

0 commit comments

Comments
 (0)