kohabug 2955 (2/2) GetMarcFromKohaField now requires $framework
authorChris Nighswonger <cnighswonger@foundations.edu>
Wed, 11 Feb 2009 17:15:00 +0000 (12:15 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 11 Feb 2009 17:56:08 +0000 (18:56 +0100)
commit5f7af3996d00a24eb648a58c0dfde36a13b3dc22
tree6032342414c4a8b98eb576c3a5823dae56db5cef
parent3355adce2fab120090a8356622f809eb1347b334
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: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
cataloguing/value_builder/dateaccessioned.pl