]> git.koha-community.org Git - koha.git/commit
Bug 27837: (follow-up) Do not check subfield unless tag defined
authorNick Clemens <nick@bywatersolutions.com>
Tue, 11 May 2021 11:08:17 +0000 (11:08 +0000)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Tue, 25 May 2021 14:10:04 +0000 (14:10 +0000)
commitfc7589193d29e08cb8471621ad63bc853fd36fd1
treef7847217c7479e19d94df3b6675adc5da0c1f081
parent6c7b6fd80a4445a13c1ef762ae899c02b628b181
Bug 27837: (follow-up) Do not check subfield unless tag defined

This was causing extra warnings when the permanent_location field was
unmapped.

We only need to check if there is a field defined as you can define a mapping
without both a field and subfield, so the existence of one implies the other

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 0e00dc78e4ed01678f037a970487fd871fa3e70f)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit b56b902f730cc1178498ae4cbc9ad9f60504f1cc)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
C4/Items.pm