Important Commit For UNIMARC Items.
authorHenri-Damien LAURENT <henridamien@koha-fr.org>
Mon, 21 Jan 2008 20:14:37 +0000 (14:14 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 22 Jan 2008 13:23:26 +0000 (07:23 -0600)
commit7521b75420ece170bcba2543ddf62e3a66101176
tree5c772d015f30f210a7d1001444c6799afa51afb6
parent78f3e56e2cba0514557f61a30cd5c6c90c33faa4
Important Commit For UNIMARC Items.

Nonetheless, you are right to consider items table as the reference.
We need one, and we agree on this principle.

What is done with this commit is :
- adding support for marc subfields not linked to items table.

+ removing some $dbh parameters in some function signature.
I think this is rel2_2 style programming and may be avoided using C4::Context->dbh.
Or there is a reason using dbh parameter that you know and not me.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Items.pm