Koha/C4
Galen Charlton eb52fe26c3 bug 1616: update bib MARC and zebraqueue on item update
Fixed so that when using updateitem.pl to change an
item's lost, damaged, or withdrawn status, the
bib's MARC XML is updated and an entry is added
to zebraqueue.

As part of the fix, C4::Biblio::ModItemInMarconefield
now works correctly.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-27 15:51:47 -06:00
..
Barcodes rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
ClassSortRoutine ignore "/" when sorting Dewey call numbers 2007-10-23 18:24:29 -05:00
SIP Adding calendar widget to circulation/stickyduedate 2007-11-20 16:27:25 -06:00
tests Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Accounts.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Acquisition.pm Adding MARC preview to acqui screens 2007-11-25 22:15:08 -06:00
Amazon.pm chmod 644 on all modules 2007-10-02 19:11:35 -05:00
Auth.pm More work on editions in the OPAC; Need both a staff client and OPAC system pref for turning on and off XISBN stuff. 2007-11-26 19:59:42 -06:00
Auth_with_ldap.pm Auth_with_ldap.pm - Expanded comments and field mappings. 2007-11-16 13:24:41 -06:00
AuthoritiesMarc.pm bugfix: do not crash when searching 'default' (all) heading types 2007-11-12 18:32:44 -06:00
BackgroundJob.pm MARC import: part 5 of large file support 2007-11-26 20:05:34 -06:00
Biblio.pm bug 1616: update bib MARC and zebraqueue on item update 2007-11-27 15:51:47 -06:00
Bookfund.pm bug-1494, fixed bookfund modify code 2007-11-01 17:27:55 -05:00
Bookseller.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Boolean.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Branch.pm adding branch groups search in intranet. 2007-10-21 19:18:39 -05:00
Breeding.pm fix related #1340 (z3950 search for quick cataloguing) 2007-10-30 17:44:21 -05:00
Calendar.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Circulation.pm adding back count of remaining renewals to OPAC 2007-11-25 16:27:57 -06:00
ClassSortRoutine.pm call number work part 2 -- added framework for call number filing routines 2007-10-21 22:11:37 -05:00
ClassSource.pm call number work part 3 -- now using new routines to generate call number sort keys 2007-10-21 22:11:40 -05:00
Context.pm bugfix: fixed quelling of warning if $db_port not specified 2007-11-25 16:45:36 -06:00
Date.pm removing all useless %env / $env 2007-04-18 17:00:14 +00:00
Dates.pm (atz, pls validate) bugfixing dates viewing on moremember 2007-11-25 17:15:34 -06:00
ImportBatch.pm matching enhancements -- allow matching rule to be changed on the fly 2007-11-16 07:37:24 -06:00
Input.pm Total Test Overhaul! Most of these were stubs, and still are. 2007-10-18 16:26:44 -05:00
Koha.pm s/homebranch/branch/ 2007-11-21 14:12:29 -06:00
Labels.pm chmod 644 on all modules 2007-10-02 19:11:35 -05:00
Languages.pm Bug Fix : kohanews was broken when nodate or bad formatted supplied. 2007-10-22 15:40:39 -05:00
Letters.pm Adding titles to claimissues letter. 2007-10-31 19:40:16 -05:00
Log.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Maintainance.pm rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Matcher.pm added editor for MARC matching rules 2007-11-17 10:49:15 -06:00
Members.pm Members.pm: 1 stupid change (whitespace) and 1 real one (comma -- changes the number of args). 2007-11-17 11:00:24 -06:00
NewsChannels.pm Removing windows linefeeds \r 2007-10-29 21:24:27 -05:00
Output.pm Deal with opac template reordering 2007-11-25 17:07:00 -06:00
Overdues.pm further mods to change from ccode to itype at item-level itypes. 2007-11-11 18:40:20 -06:00
Print.pm Print.pm: Dates.pm integration and cleanup. 2007-11-04 16:21:43 -06:00
Record.pm adding endnote export and 'related items' 2007-11-20 16:18:15 -06:00
Reports.pm Catching up changes in reports 2007-10-29 16:12:48 -05:00
Reserves.pm Fix for reserve notes not showing 2007-11-11 18:42:45 -06:00
Review.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Scheduler.pm Fix for bug 1527, removing Smart::Comments 2007-10-30 17:39:19 -05:00
Search.pm s/mt/itemtype/ for FindDuplicate 2007-11-25 21:44:06 -06:00
Serials.pm Bug fixing : irregularities were not saved. Nor were innerloops. 2007-11-07 08:21:21 -06:00
SMS.pm adding SMS stuff so we don't forget about it 2007-10-29 21:21:20 -05:00
Stats.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Suggestions.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
UploadedFile.pm C4::UploadedFile -- simplified serialization 2007-11-26 20:05:33 -06:00
VirtualShelves.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
XISBN.pm adding endnote export and 'related items' 2007-11-20 16:18:15 -06:00
Z3950.pm more work on batch import 2007-10-29 16:47:58 -05:00