]> git.koha-community.org Git - koha.git/commit
Bug 5346: Linking suggestions and orders.
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 18 Jan 2012 13:16:16 +0000 (14:16 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 20 Feb 2012 02:00:33 +0000 (21:00 -0500)
commit339023952136d8da7b934036b41bc03a43272380
treebe10c5711f63484c134a22622384c9d62234080f
parent028e38922dbee58e1bd22d6da10e3b8f8706302f
Bug 5346: Linking suggestions and orders.

Display suggestion info in acquisition module:
  basket.pl
  neworderempty.pl
  orderreceive.pl
  parcel.pl

To Test:
Create a suggestion and accept it.
Create a new order from this suggestion
Receive this order

For each step, check if suggestion info are visible.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Test provides more unit tests, all complete successfully.
perl t/db_dependent/Suggestions.t
Note: test case should be cleaned up after running tests.

Display changes are consistent and information about the suggestion
is shown on every important screen now.

I created an order from a suggestion and one from an existing record.

No problems found.
(cherry picked from commit 0200639b0077398fe2ce2cbe915c5c73b6dd9a01)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Suggestions.pm
acqui/basket.pl
acqui/neworderempty.pl
acqui/orderreceive.pl
acqui/parcel.pl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt
t/db_dependent/Suggestions.t