derive should set repub_state to 4 for non-microfilm book
Bug #264143 reported by
danh
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Deriver |
New
|
Undecided
|
Unassigned |
Bug Description
The derive process should set the repub state of a non-microfilm book
to 4 at the end of a successful derive.
This already happens from scribe2 books but not scribe1 books.
This is so that queries for scan lists at scribes can run faster.
To post a comment you must log in.
Added a function nonMicrofilmBoo kSetRepubState4 () to deriver/ inc/Deriver. inc which checks if an item is a book,
petabox/
but not a microfilm book, and if so, modifies its repub_state to be 4.
This is in revision 1.135 of the Deriver.
(At first i tried combining it with the bookPostHack(), but rolling them
together would complicate the return logic of the bookPostHack(), so i made
it separate.)
Anybody please feel free to change this around or let me know if
it should be made more satisfactory in any way.