Bug 25540: Default for branches.pickup_location must be 0
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 May 2020 13:33:36 +0000 (15:33 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Sat, 23 May 2020 07:34:03 +0000 (08:34 +0100)
This is a try to fix failures in both
t/db_dependent/Template/Plugin/Branches.t
t/db_dependent/Koha/Biblio.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/lib/TestBuilder.pm

index 533f5d4c798c119187567acc03277ac9e32ade6c..7c9d4e8d1e6200575c082a380d26a06c535edaf9 100644 (file)
@@ -559,6 +559,9 @@ sub _gen_default_values {
             # Not X, used for statistics
             category_type => sub { return [ qw( A C S I P ) ]->[int(rand(5))] },
         },
+        Branch => {
+            pickup_location => 0,
+        },
         Itemtype => {
             rentalcharge => 0,
             rentalcharge_daily => 0,