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

(-)a/t/db_dependent/selenium/basic_workflow.t (+5 lines)
Lines 208-213 SKIP: { Link Here
208
            ) {
208
            ) {
209
                $v = ""; # The input has been prefilled with %Y-%m-%d already
209
                $v = ""; # The input has been prefilled with %Y-%m-%d already
210
            }
210
            }
211
            elsif (
212
                $id =~ m|^tag_952_subfield_3| # materials
213
            ) {
214
                $v = ""; # We don't want the checkin/checkout to need confirmation if CircConfirmItemParts is on
215
            }
211
            else {
216
            else {
212
                $v = 't_value_bib' . $biblionumber;
217
                $v = 't_value_bib' . $biblionumber;
213
            }
218
            }
(-)a/t/lib/TestBuilder.pm (-1 / +1 lines)
Lines 552-557 sub _gen_default_values { Link Here
552
            withdrawn          => 0,
552
            withdrawn          => 0,
553
            restricted         => 0,
553
            restricted         => 0,
554
            damaged            => 0,
554
            damaged            => 0,
555
            materials          => undef,
555
            more_subfields_xml => undef,
556
            more_subfields_xml => undef,
556
        },
557
        },
557
        Category => {
558
        Category => {
558
- 

Return to bug 25261