Bugzilla – Attachment #121631: Bug 28516: Prevent failures if borrower_attribute_types.mandatory=1 for
bug #28516
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 28516
Collapse All
|
Expand All
(-)
a/t/lib/TestBuilder.pm (-2 / +4 lines)
Lines 585-591 sub _gen_default_values {
Link Here
585
},
585
},
586
AuthHeader => {
586
AuthHeader => {
587
marcxml => '',
587
marcxml => '',
588
}
588
},
589
BorrowerAttributeType => {
590
mandatory => 0,
591
},
589
};
592
};
590
}
593
}
591
594
592
-
Return to
bug 28516