]> git.koha-community.org Git - koha.git/commit
Bug 10166: Increment holdable counter
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 6 May 2013 12:35:00 +0000 (08:35 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 6 May 2013 12:38:46 +0000 (08:38 -0400)
commit12b5aa1b6ff9c5b1b8e00b40cd54d7128782bcc4
tree2f9656d32697fbd9749bd4c61293b4307263419c
parentec4fb01127809af2eae4850e3d2da99b34e2b0cd
Bug 10166: Increment holdable counter

The $anyholdable variable was set to 0 or 1. However, as it is set in
a loop, and future changes to the opac-reserve.pl script may require
knowing how many items the patron is going to place a hold on, it makes
more sense to treat $anyholdable as a counter. This follow up turns it
into one.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit 5c9522382c83f078692051fa572c56b21b54fa77)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
opac/opac-reserve.pl