Commit a617ac2
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-7781 parent 43bc92a commit a617ac2
4 files changed
Lines changed: 201 additions & 219 deletions
0 commit comments