Skip to content
Snippets Groups Projects
Commit 307fa4f9 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

6.42.1

parent 1e4c1602
Branches
Tags
5 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!103Master,!100Master,!93Master,!92Hotline 6.42
29/04/2014 - v6.42.1
Webservice SIGB Koha:
- ticket #13319: prise en charge du nouveau format des dates de retour des prêts pouvant contenir des heures
- ticket #13321: dans la liste des emprunts d'un abonné la bibliothèque est déduite de l'élément <holdingbranch> s'il est présent et qu'il correspond à une codification d'annexe connue de l'OPAC
28/04/2014 - v6.42.0
Interface d'administration:
......
......@@ -56,7 +56,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('VERSION_PERGAME','6.42');
defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.0');
defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.1');
defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment