Bug 5349: add ability to transfer order lines from one basket to another
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 6 Apr 2012 14:57:12 +0000 (16:57 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 8 Sep 2013 22:38:19 +0000 (22:38 +0000)
commit12f62ba1dbefda7ccdaafdc69c168e6658c84468
treec4fb1686e5af5f4bb045fe10548258d42099804a
parent6fcb6712fe5411b182b6f0d23c40d3ce6d44f3eb
Bug 5349: add ability to transfer order lines from one basket to another

On basket.pl and parcel.pl there is a 'Transfer' link which allow you to
transfer order lines from a basket to another.

The link leads to a new page which allow you to search for a bookseller,
then display this bookseller's baskets. Then you can pick a basket and
the transfer will be done.

Signed-off-by: Marc Veron <veron@veron.ch>
Signed-off-by: Mathieu Saby <mathieu.saby@univ-rennes2.fr>
Signed-off-by: sonia <koha@univ-lyon3.fr>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Acquisition.pm
acqui/transferorder.pl [new file with mode: 0755]
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt [new file with mode: 0644]