[koha-commits] main Koha release repository branch, 3.0.x, updated. v3.00.06-48-g00ae975

Git repo owner gitmaster at git.koha-community.org
Wed Jul 7 17:45:40 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.0.x has been updated
       via  00ae9755e891d480119c020345882383da25ed50 (commit)
       via  2031988e5d9da719be13df2387ec76462d7caf3c (commit)
       via  bc34bf5123cf5fd79c48db6b5419f5e28d6d5f9a (commit)
       via  2d5559ffcce28e8a6f5b0ce56e1a456bc58a1bc7 (commit)
       via  8def2ebb0ad6179fcc2b88cb724ab63f570e2792 (commit)
       via  87ef2aee7c3606e24a82ecbba7d615c3969c9ff6 (commit)
       via  a7898c0c39d2fb499efde2ab709f05c6ca318550 (commit)
       via  6f5286c7f049a58b4588e1101675a9f5b6a4113a (commit)
       via  a48cf1d549350566e302bb1bd110dff79913856a (commit)
      from  ac392dd44481ede5630e923d9d9ea4f5001a5fab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 00ae9755e891d480119c020345882383da25ed50
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed Jul 7 17:43:46 2010 +0200

    bug 4863 : C4::Bookfund lacks use of C4::Context
    
    Adding C4::Context to C4::Bookfund

commit 2031988e5d9da719be13df2387ec76462d7caf3c
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Mon Jul 5 20:39:52 2010 +0200

    Followup bug4263 : dateaccessioned should not be blanked
    
    Previous commit on bug 4263 reintroduced bug 2466 namely item subfields would not be wiped out.
    This patch takes the need for dateacessioned not to be blanked.
    But also wipe out desired item subfields.
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit bc34bf5123cf5fd79c48db6b5419f5e28d6d5f9a
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Mon Jul 5 11:01:26 2010 +0200

    [3.0.x] (bug #4939) automaticitemtransfert break holdingbranch
    
    This patch fix the call to moditemtransfert in the case of automaticitemtransfert set to ON.
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit 2d5559ffcce28e8a6f5b0ce56e1a456bc58a1bc7
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Fri Jul 2 15:27:59 2010 +0200

    (bug #4931) add the ability to choose home or holding branch in stocktaking
    
    This add radio box in stocktaking to base it on home or holdingbranch
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit 8def2ebb0ad6179fcc2b88cb724ab63f570e2792
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Fri Jul 2 14:23:48 2010 +0200

    [3.0.x](bug #4930) fix inventory
    
    this delete duplicate code that generate an error in a sql query and can't work when "pass on loan items" is checked.
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit 87ef2aee7c3606e24a82ecbba7d615c3969c9ff6
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Mon Jun 15 12:18:05 2009 +0200

    (bug #3329) Dependency missing in inventory.pl
    
    The called function AddReturn is in C4::Circulation which is not loaded, this patch do it.
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit a7898c0c39d2fb499efde2ab709f05c6ca318550
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Wed Jun 30 13:58:32 2010 +0200

    [followup](MT3160) fix address request
    
    If any part of concat is null, all the address field is null.
    Now we use IFNULL() from mysql.
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit 6f5286c7f049a58b4588e1101675a9f5b6a4113a
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Jun 29 11:23:39 2010 +0200

    (bug #4916) permit tools/cleanborrowers.pl to be used by command line
    
    This patchs adds the possibility to run the script by command line.
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit a48cf1d549350566e302bb1bd110dff79913856a
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Mon Jul 5 14:04:50 2010 +0200

    MT3915: deleted biblios would stick in zebra indexes
    
    Since the update of biblios would be done AFTER the deletion of biblios,
    and since biblios would be updated just before being deleted (in order to delete the items)
    update process would recreate the biblio.
    
    This patch fixes the order in order to do the deletion AFTER the update.

-----------------------------------------------------------------------

Summary of changes:
 C4/Bookfund.pm                                     |    1 +
 C4/Circulation.pm                                  |    3 +-
 C4/Items.pm                                        |   21 +++---
 C4/Overdues.pm                                     |    6 ++-
 .../prog/en/modules/tools/inventory.tmpl           |    4 +
 misc/migration_tools/rebuild_zebra.pl              |    4 +-
 tools/cleanborrowers.pl                            |   69 ++++++++++++++++++++
 tools/inventory.pl                                 |    4 +-
 8 files changed, 95 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list