LP 1473054: No-op Checkin Should Not Float a Floating Copy. user/dyrcona/lp1473054_no-op_does_not_float
authorJason Stephenson <jason@sigio.com>
Tue, 22 Nov 2016 19:53:07 +0000 (14:53 -0500)
committerJason Stephenson <jason@sigio.com>
Tue, 22 Nov 2016 19:55:54 +0000 (14:55 -0500)
commit273222f504e83e332880e96ce1a87acd67f11196
tree6d7fc4ec1ae479088e3372417ffc6fd090fa9d00
parent46c2449ef4b498486852b46d1ef604b3dfcea0fe
LP 1473054: No-op Checkin Should Not Float a Floating Copy.

Prior to this patch, a no-op checkin would not check if a copy should
float using the evergreen.can_float() function.  It would simply float
the copy to the org_unit where the checkin happened if the copy had a
float value set.

This commit changes the behavior of no-op checkin to never float a
floating copy, thus considering floating as another operation that
should be skipped on a no-op checkin.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm