This piece relates to checkin rather than checkout. We wanted to be
able to simply check these in and have them go to reshelving. Should
this use the same status flag, or something else? Depending on the
answer, this may or may not be part of this bug.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
$status == OILS_COPY_STATUS_IN_TRANSIT ||
$status == OILS_COPY_STATUS_CATALOGING ||
$status == OILS_COPY_STATUS_ON_RESV_SHELF ||
+ $status == OILS_COPY_STATUS_NEW_BOOK ||
$status == OILS_COPY_STATUS_RESHELVING );
return OpenILS::Event->new('COPY_STATUS_LOST', payload => $copy )
econst OILS_COPY_STATUS_ON_RESV_SHELF => 15;
econst OILS_COPY_STATUS_LONG_OVERDUE => 16;
econst OILS_COPY_STATUS_LOST_AND_PAID => 17;
+econst OILS_COPY_STATUS_NEW_BOOK => 101;
# ---------------------------------------------------------------------