Bug 33431: Make C4::Record use C4::Context->yaml_preference
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 6 Apr 2023 13:55:41 +0000 (10:55 -0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 18 Mar 2024 10:03:38 +0000 (11:03 +0100)
commit457c948ad003d23c249e2990de750c2aaab418ec
tree106c67a887743c3672822469105abdaffc78a882
parent814d4fd05bf6a23aba1493b3e2117869438ea5f6
Bug 33431: Make C4::Record use C4::Context->yaml_preference

This patch makes what the title says.

To test:
1. Run:
   $ ktd --shell
  k$ prove t/db_dependent/Rec*
=> SUCCESS: Tests pass
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests pass!
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Record.pm