Bugzilla – Attachment #186187: Bug 36135: Fix KohaTable/PendingHolds_spec.ts for
bug #36135
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 36135
Collapse All
|
Expand All
(-)
a/t/cypress/plugins/insertData.js (-1 / +2 lines)
Lines 735-740 const insertObject = async ({ type, object, baseUrl, authHeader }) => {
Link Here
735
item,
735
item,
736
pickup_library,
736
pickup_library,
737
hold_date,
737
hold_date,
738
hold_group_id,
739
patron,
738
...hold
740
...hold
739
} = object;
741
} = object;
740
742
741
-
Return to
bug 36135