View | Details | Raw Unified | Return to bug 32902
Collapse All | Expand All

(-)a/Koha/Schema/Result/ImportBatch.pm (-4 / +4 lines)
Lines 96-102 how to handle records where no match is found Link Here
96
96
97
  data_type: 'enum'
97
  data_type: 'enum'
98
  default_value: 'always_add'
98
  default_value: 'always_add'
99
  extra: {list => ["always_add","add_only_for_matches","add_only_for_new","ignore","replace"]}
99
  extra: {list => ["always_add","add_only_for_matches","add_only_for_new","ignore","replace","replace_if_bib_match"]}
100
  is_nullable: 0
100
  is_nullable: 0
101
101
102
what to do with item records
102
what to do with item records
Lines 196-201 __PACKAGE__->add_columns( Link Here
196
        "add_only_for_new",
196
        "add_only_for_new",
197
        "ignore",
197
        "ignore",
198
        "replace",
198
        "replace",
199
        "replace_if_bib_match",
199
      ],
200
      ],
200
    },
201
    },
201
    is_nullable => 0,
202
    is_nullable => 0,
Lines 289-296 __PACKAGE__->belongs_to( Link Here
289
);
290
);
290
291
291
292
292
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29
293
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-07 18:07:34
293
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+/u1tQQzT5ygzGwVgWxxwg
294
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fqoF/wel36kluHa1iTFzGw
294
295
295
=head2 koha_object_class
296
=head2 koha_object_class
296
297
297
- 

Return to bug 32902