kohabug 2955 GetMarcFromKohaField now requires $framework
authorChris Nighswonger <cnighswonger@foundations.edu>
Wed, 11 Feb 2009 16:44:12 +0000 (11:44 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 12 Feb 2009 20:46:06 +0000 (14:46 -0600)
commitdb568fdee571e0dff1cd456421ba3a02e3fafc5c
tree36871fe8df063bfeeb1b4ce764c24d2d9963a0fb
parentf7628cac30a9b39ba0c989af6ca365ce9caefedb
kohabug 2955 GetMarcFromKohaField now requires $framework

Failure to pass the $framework parameter by barcode.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.

fbcbug 4

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