Lines 116-121
if ($op eq 'delete') {
Link Here
|
116 |
recall_overdue_fine => undef, |
116 |
recall_overdue_fine => undef, |
117 |
recall_shelf_time => undef, |
117 |
recall_shelf_time => undef, |
118 |
decreaseloanholds => undef, |
118 |
decreaseloanholds => undef, |
|
|
119 |
holds_pickup_period => undef, |
119 |
} |
120 |
} |
120 |
} |
121 |
} |
121 |
); |
122 |
); |
122 |
- |
|
|