Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Veli-Matti Häkkinen (Jyväskylän yliopisto)
Sirpa Janhonen (Varastokirjasto)
Esa-Pekka Keskitalo (Kansalliskirjasto)
Minna Kivinen (HAMK)
Mia Kujala (XAMK)
Joonas Kylmälä (Kansalliskirjasto)
Johanna Miettunen (Haaga-Helia)
Christian Nelson (Tritonia)
Anneli Österman (Koha-Suomi)

1. Version updates

1.1. Koha build 265 upgrade to next one (>280) with the latest fixes from Community master

  • 19 April for 1 volunteer to be the pilot (Xamk, and next week (26 April) for all the rest.
  • Issues found after updating to Xamk
    - the return receipt (on the return display and in the receipts) will come empty without details of the book. > Fixed > CHECKINSLIP must be updated something like following:

    <h3>[% branch.branchname %]</h3>

    Checked in items for [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />
    ([% borrower.cardnumber %]) <br />
    [% today | $KohaDates %]<br />
    <h4>Checked in today</h4>
    [% FOREACH checkin IN old_checkouts %] [% SET item = checkin.item %] <p> [% item.biblio.title %] <br />
    Barcode: [% item.barcode %] <br />
    </p>
    [% END %]


    - Hold > the first library in the alphabet will become as a pick up library instead of the library set by staff. > Fixed 28118
    - Hold > After Revert waiting status (Peruuta odottaa-tila) the he pick up library selection is not working "Loading." > Fixed 28169
    - Create manual invoice: there is comma as the default separator, but must be a full stop > 28168
    - Sorting with Serial enumeration / chronology is not working 28171

...