Bug 30920: (follow-up) Cleanup warning from C4::Biblio::GetAuthorisedValueDesc
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 10 Mar 2023 16:33:44 +0000 (16:33 +0000)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Tue, 14 Mar 2023 10:11:04 +0000 (10:11 +0000)
commit83aa56e89c2af67a8df9c3e4339fe535a80ee0d7
tree9bc882239efc378be731409f42026793be113ece
parentb6ecbde0a72dcfb6b99a4992d9e18b238e74661c
Bug 30920: (follow-up) Cleanup warning from C4::Biblio::GetAuthorisedValueDesc

We simply return early and empty if $value is not passed

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 4e8d76d6f98d0f28d6f1804a1435da2f4c229441)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
C4/Biblio.pm