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@gmail.com Reporter: z.tajoli@cineca.it QA Contact: testopia@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@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.