kohabug 2955 (2/2) GetMarcFromKohaField now requires $framework
authorChris Nighswonger <cnighswonger@foundations.edu>
Wed, 11 Feb 2009 17:15:00 +0000 (12:15 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 12 Feb 2009 20:46:28 +0000 (14:46 -0600)
commitf185d69ad229d7682ac0ead110dac13a0d9cb13d
tree666aa867d9d069541214356ec03bf48a7bd249a2
parente6f3fb9591844659bb7e6ccf909ec53cf6b7116a
kohabug 2955 (2/2) GetMarcFromKohaField now requires $framework

Failure to pass the $framework parameter by dateaccessioned.pl causes
GetMarcFromKohaField to return 0,0 which breaks the value builder. The
patch
submitted corrects this.

This patch is build against the current 3.1.x HEAD, however, this bug
also
affects the 3.0.x codebase and should be applied there as well.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
cataloguing/value_builder/dateaccessioned.pl