http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11006
Bug ID: 11006
Summary: Useless column totalamount in aqorders table
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Database
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
In Schemaspy, column totalamount is reported as "not used? always NULL".
"grep -r totalamount *" give this result, so I suppose it is true :
blib/INTRANET_CGI_DIR/installer/data/mysql/kohastructure.sql: `totalamount`
decimal(28,6) default NULL, -- not used? always NULL
blib/INTRANET_CGI_DIR/installer/data/Pg/kohastructure.sql:totalamount
decimal(28,6) default NULL,
installer/data/mysql/kohastructure.sql: `totalamount` decimal(28,6) default
NULL, -- not used? always NULL
installer/data/Pg/kohastructure.sql:totalamount decimal(28,6) default NULL,
t/db_dependent/Acquisition.t: totalamount
I propose the deletion of this column.
M. Saby
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/