[Koha-patches] request to pull 3.4/BibLibre-acquisitions

LAURENT Henri-Damien hdl at eliot.biblibre.com
Mon Nov 8 15:36:10 CET 2010


The following changes since commit ce54fe0323a8ab523ae8992ff269bf82fea2dd10:

  Merge branch 'trivial_bugs' of git://git.koha-community.org/wip/koha-fbc into kcmaster (2010-11-08 19:42:41 +1300)

are available in the git repository at:

  git://git.koha-community.org/wip/koha-biblibre.git 3.4/BibLibre-acquisitions

Alex Arnaud (5):
      (MT1177) aqplan.pl, fix the problem of calculating the total remaining.
      (MT1236) aqplan.pl - Fixe the problem of unrounded sums
      (BUG #4811) suggestion.pl: display borrowers name in suggestion information filters (Suggested By, Managed by, Accepted by)
      (MT #3651) Fills "book fund" combobox with bugdets and fix some bugs of research by filter.
      (MT #3651) Fix problems on search filters.

Christophe Croullebois (7):
      Creation of a quantity column in receipt summary
      (MT #4017) : Fixing disjointed results in budget when selecting a new branch.
      (MT #3742) : Add orders from staged file.
      (MT #2391) : acqui/neworderempty.pl
      (MT #4007) Filling a basket from the reservoir
      (MT #4717) Bug in Koha 3.2 on acqui-home.pl
      (MT #4717) Add the capability to have a filter by active budget

Henri-Damien LAURENT (2):
      (MT #3000) new cronjob script to delete old suggestions
      Translation problem on aqbudgets.tmpl

Jean-André Santoni (1):
      (bug #4110) Delete items from aq order

Matthias Meusburger (2):
      MT4590: Adds the ability to use a free delivery address for baskets
      MT4590: Adds the ability to use a free delivery address for baskets

Nahuel ANGELINETTI (1):
      (bug #3737) fix title search in order history

Paul POULAIN (4):
      consistency change: s/planning/statistic/
      MT3176 reloaded
      adding missing title (needed for lateorders.pl)
      fixing compilation error & some reindenting (rebase/branch problem)

Stéphane Delaune (2):
      (MT #4628)Acq always shows '1 suggestions waiting'
      (MT #4626) followup debug suggestion management : "accepted by" was not correctly displayed on suggestion's edit page

 C4/Acquisition.pm                                  |   10 +-
 C4/Biblio.pm                                       |   28 ++
 C4/Budgets.pm                                      |   19 +-
 C4/Output.pm                                       |    2 +
 C4/Search.pm                                       |    2 +-
 C4/Suggestions.pm                                  |   56 ++-
 acqui/acqui-home.pl                                |   22 +-
 acqui/addorderiso2709.pl                           |  505 ++++++++++++--------
 acqui/basketgroup.pl                               |   10 +-
 acqui/neworderempty.pl                             |    2 +
 acqui/parcel.pl                                    |    1 +
 acqui/pdfformat/layout2pages.pm                    |   14 +-
 ...y to use a free delivery address for baskets.pl |   15 +
 .../prog/en/includes/acquisitions-menu.inc         |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/acq.js          |   21 +-
 .../prog/en/modules/acqui/acqui-home.tmpl          |    2 +-
 .../prog/en/modules/acqui/addorderiso2709.tmpl     |  125 +++++-
 .../prog/en/modules/acqui/basketgroup.tmpl         |   59 ++--
 .../prog/en/modules/acqui/neworderempty.tmpl       |   51 ++-
 .../prog/en/modules/acqui/parcel.tmpl              |   17 +-
 .../prog/en/modules/admin/aqbudgets.tmpl           |    8 +-
 misc/cronjobs/purge_suggestions.pl                 |   60 +++
 suggestion/suggestion.pl                           |   60 ++-
 23 files changed, 764 insertions(+), 327 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/MT4590 Adds the ability to use a free delivery address for baskets.pl
 create mode 100755 misc/cronjobs/purge_suggestions.pl


More information about the Koha-patches mailing list