Bug 2094: fixing two bugs in lost items report
[koha.git] / C4 / Items.pm
2008-05-11 Andrew MooreBug 2094: fixing two bugs in lost items report
2008-05-11 Andrew MooreBug 2094: cleanup of lost items report
2008-05-01 Andrew MooreBug 2047: adding images to arbitrary authorized values
2008-04-25 Andrew Moorebug 2058: removing spurious warnings from C4::Items...
2008-04-22 paulIMPROVEMENT : serialsadditems at subscription level...
2008-04-11 Henri-Damien LAURENTBug Fixing : Forcing USMARC format for xml
2008-04-10 Ryan Higginsadd items.enumchron to _koha_new_item.
2008-04-07 Henri-Damien LAURENTBug Fixing : Editing items was broken when using diacri...
2008-04-03 Darrell UlmAll patches to Koha 3 beta to date. All work with branches.
2008-03-19 Galen Charltonrefactor C4::Log::logaction
2008-03-15 Galen Charltoncreated old_issues and old_reserves tables
2008-03-10 Ryan HigginsAdd Local-use statistical patron category_type
2008-02-11 Paul POULAINbugfixing inventory
2008-02-09 Galen Charltonadded StripNonXmlChars to C4::Charset
2008-01-22 Galen Charltonmore items work; handle unlinked subfields (DB rev...
2008-01-22 Galen CharltonC4::Items -- removed two warns
2008-01-22 Galen Charltoneditorial changes to C4/Items.pm
2008-01-22 Henri-Damien LAURENTprevent AddItem death if no marcrecord is given.
2008-01-22 Henri-Damien LAURENTImportant Commit For UNIMARC Items.
2008-01-14 Paul POULAINdisplay notforloanvalue correctly
2008-01-09 Ryan HigginsUse serialitems table to link to serial in Items.pm
2008-01-08 Ryan HigginsCHANGE TO PREVIOUS .046 DATABASE UPDATE
2008-01-08 Ryan HigginsSerials updates to link item record to serial table.
2008-01-08 Joe AtzbergerItems.pm - BEGIN block VERSION and vars related to...
2008-01-03 Galen Charltonitem rework: correct '' for various status fields
2008-01-03 Galen Charltonitem rework: replaced AddBiblioAndItems
2008-01-03 Galen Charltonitem rework: various changes
2008-01-03 Galen Charltonremoved 'use' that was causing redefined sub warning
2008-01-03 Galen Charltonitem rework: moved DelItem
2008-01-03 Galen Charltonitem rework: moved various accessor functions
2008-01-03 Galen Charltoncheck for undefined values when mapping item to MARC
2008-01-03 Galen Charltonitem rework: POD and comments improvement
2008-01-03 Galen Charlton_replace_item_field_in_biblio now handles missing item...
2008-01-03 Galen Charltonitem rework: moved GetItem
2008-01-03 Galen Charltonitem rework: moved GetMarcItem
2008-01-03 Galen Charltonitem rework: moved ModItemInMarc
2008-01-03 Galen Charltonitems rework: fix several non-NULL columns during ModItem
2008-01-03 Galen Charltonstart of BIB change -- introduce C4::Items