[koha-commits] updated branch biblibre-acq-preview-only (98273cf5f1b23bb47969a7940ff838962af2fe1b)

Koha Gitosis gitosis at git.koha.org
Wed Sep 16 04:14:10 CEST 2009


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 "Koha GitWeb".

The branch, biblibre-acq-preview-only has been updated
       via  98273cf5f1b23bb47969a7940ff838962af2fe1b (commit)
       via  2b290c2fe6c328160cf2ab011af14154e51292ff (commit)
      from  8c3fbf22219ad0fda08d537d89b5baf55cfa8663 (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 98273cf5f1b23bb47969a7940ff838962af2fe1b
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Sep 16 10:31:31 2009 +0200

    small 1st changes in basketgrouping (#3622)
    
    a lot more to come.

commit 2b290c2fe6c328160cf2ab011af14154e51292ff
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Sep 16 10:34:06 2009 +0200

    fix for 3612 (bookseller improvements)
    
    - removing useless fields from aqbooksellers table: specialty, deliverydays,followupdays,followupscancel,nocalc, invoicedisc They were in the DB schema, but unused for years
    - reworked bookseller and contract gui
    - no warning thrown
    
    NOTE : updatedatabase not done for field removal in aqbooksellers table. Should have:
    ALTER TABLE `aqbooksellers`
      DROP `deliverydays`,
      DROP `followupdays`,
      DROP `followupscancel`,
      DROP `specialty`,
      DROP `nocalc`;

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

Summary of changes:
 C4/Bookseller.pm                                   |   15 +-
 acqui/supplier.pl                                  |    8 +-
 admin/aqcontract.pl                                |   31 +++--
 installer/data/mysql/kohastructure.sql             |    6 -
 .../prog/en/includes/acquisitions-toolbar.inc      |   67 ++++----
 koha-tmpl/intranet-tmpl/prog/en/js/acq.js          |   29 +----
 .../prog/en/modules/acqui/basketgroup.tmpl         |   57 +++----
 .../prog/en/modules/acqui/booksellers.tmpl         |  162 ++++++++++----------
 .../prog/en/modules/acqui/supplier.tmpl            |   86 +++++------
 .../prog/en/modules/admin/aqcontract.tmpl          |  106 +++++++------
 10 files changed, 266 insertions(+), 301 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list