Bug 5346: Linking suggestions and orders.
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 18 Jan 2012 13:16:16 +0000 (14:16 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 17 Feb 2012 09:27:52 +0000 (10:27 +0100)
commit0200639b0077398fe2ce2cbe915c5c73b6dd9a01
tree29271d728fccf5504b00a5b59f0afc5f0d88efa4
parente93126834cddfb5e0f33f0f8df77e67ee2a68b48
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.
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