Set checkin_changed to true when adding an asset.copy_inventory entry
during check-in so that even if there would otherwise be a NO_CHANGE
response, the row will still get created. This came up in late
testing.
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
$aci->inventory_workstation($self->editor->requestor->wsid);
$aci->copy($self->copy->id());
$self->editor->create_asset_copy_inventory($aci);
+ $self->checkin_changed(1);
}
if( $self->checkin_check_holds_shelf() ) {