[Koha-bugs] [Bug 11928] New: table aqorderdelivery seem useless

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 12 13:54:39 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11928

            Bug ID: 11928
           Summary: table aqorderdelivery seem useless
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Database
          Assignee: gmcharlt at gmail.com
          Reporter: z.tajoli at cineca.it
        QA Contact: testopia at bugs.koha-community.org

Hi to all,

it seem that the table 'aqorderdelivery' is not used in Koha now.
No bugs if I search with 'aqorderdelivery'.
If I search in the code the result is:

koha at lctest:~/master$ grep -r -i 'aqorderdelivery' * 
installer/data/mysql/kohastructure.sql:-- Table structure for table
`aqorderdelivery`
installer/data/mysql/kohastructure.sql:DROP TABLE IF EXISTS `aqorderdelivery`;
installer/data/mysql/kohastructure.sql:CREATE TABLE `aqorderdelivery` (
installer/data/mysql/update22to30.pl:           aqorderdelivery => [
INSTALL.fedora7:| aqorderdelivery |
Koha/Schema/Result/Aqorderdelivery.pm:package
Koha::Schema::Result::Aqorderdelivery;
Koha/Schema/Result/Aqorderdelivery.pm:Koha::Schema::Result::Aqorderdelivery
Koha/Schema/Result/Aqorderdelivery.pm:=head1 TABLE: C<aqorderdelivery>
Koha/Schema/Result/Aqorderdelivery.pm:__PACKAGE__->table("aqorderdelivery");

so no used.
The table seems inserted in 2009 but never used.
I think it could be deleted.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list