Bug 9987: Remove DB field aqorders.biblioitemnunmber
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 4 Apr 2013 10:04:46 +0000 (12:04 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 2 Jul 2013 22:18:50 +0000 (15:18 -0700)
commitda0337b374c5824c0f9edcb3e8545c812644ff63
tree7e209354f7e475d30ae564d96304ebed7ff0103c
parent974ab561ef00e76e7329f61b016b5d6b3103dde7
Bug 9987: Remove DB field aqorders.biblioitemnunmber

The DB field aqorders.biblioitemnumber seems to be unused except to get
the itype on the spent.pl page.

This information can be retrieved uising another SQL join.

Test plan:
Try a complete workflow in the acquisition module: create an order,
receive it, play with the syspref AcqCreateItem.
Check that no regression is found and that the data for existing
orders don't change.

Signed-off-by: Mathieu Saby <mathieu.saby@univ-rennes2.fr>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
12 files changed:
C4/Acquisition.pm
C4/Letters.pm
acqui/addorder.pl
acqui/finishreceive.pl
acqui/neworderempty.pl
acqui/orderreceive.pl
acqui/spent.pl
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
t/db_dependent/lib/KohaTest/Acquisition.pm