Bug 18177: remove aqbooksellers.othersupplier
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 17 Mar 2020 08:40:04 +0000 (09:40 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 27 Mar 2020 12:15:32 +0000 (12:15 +0000)
commitb1122cf0f3e1b242a94b4feaca1ff0596d117585
tree6a92d1c05a02d95d441c43e9c8c7c3b71eb14b9c
parent97913b8a648b607401a45b15525914f5e1d4d209
Bug 18177: remove aqbooksellers.othersupplier

This patchset removes some columns from the aqbooksellers table that are
not used:
 * booksellerfax
 * booksellerurl
 * bookselleremail
 * othersupplier
 * currency

The first 3 ones are certainly leftover from bug 10402.

Test plan:
For each for these fields you will make sure that they cannot be edited
from the interface.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Acquisition/Bookseller.pm
t/db_dependent/Bookseller.t