[3.2.x](bug #3624) Per-basketgroup delivery place

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.
This commit is contained in:
Jean-André Santoni 2009-11-01 14:03:09 +01:00 committed by Henri-Damien LAURENT
parent 69af3053e3
commit 1bff217bbe
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View 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