[Koha-bugs] [Bug 11008] New: Useless column supplierreference in aqorders table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 7 17:30:38 CEST 2013


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

            Bug ID: 11008
           Summary: Useless column supplierreference in aqorders table
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Database
          Assignee: gmcharlt at gmail.com
          Reporter: mathieu.saby at univ-rennes2.fr
        QA Contact: testopia at bugs.koha-community.org

In Schemaspy, column supplierreference is reported as "not used? always NULL".
"grep -r supplierreference *" give this result, so I suppose it is true : 


blib/INTRANET_CGI_DIR/installer/data/mysql/update22to30.pl:               
field   => 'supplierreference',
blib/INTRANET_CGI_DIR/installer/data/mysql/kohastructure.sql: 
`supplierreference` mediumtext, -- not used? always NULL
blib/INTRANET_CGI_DIR/installer/data/Pg/kohastructure.sql:supplierreference
text,
installer/data/mysql/update22to30.pl:                field   =>
'supplierreference',
installer/data/mysql/kohastructure.sql:  `supplierreference` mediumtext, -- not
used? always NULL
installer/data/Pg/kohastructure.sql:supplierreference text,
t/db_dependent/Acquisition.t:                         supplierreference

I propose the deletion of this column.

M. Saby

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


More information about the Koha-bugs mailing list