[3.2.x](bug #3624) Per-basketgroup delivery place
authorJean-André Santoni <jeanandre.santoni@biblibre.com>
Sun, 1 Nov 2009 13:03:09 +0000 (14:03 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 3 Nov 2009 15:04:59 +0000 (16:04 +0100)
Librarian are now able to select a different delivery place for each basketgroup. They can choose one from the branch list or manualy using a textarea.
Database schema and PDF generation have been modified to reflect these changes.

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 137169e..54100eb 100755 (executable)
@@ -3157,7 +3157,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.01.00.122";
+$DBversion = "3.01.00.124";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
        $dbh->do(qq{
        ALTER TABLE aqbasketgroups ADD deliveryplace VARCHAR(10), deliverycomment VARCHAR(255);
index 4238fa0..a27131c 100644 (file)
@@ -10,7 +10,7 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.01.00.123';
+    our $VERSION = '3.01.00.124';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install