Bug 16414: Follow-up - change to kohastructure.sql

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
Katrin Fischer 2016-05-06 00:33:47 +02:00 committed by Brendan Gallagher
parent 3d55706b3b
commit ae289d95d7

View file

@ -3154,7 +3154,6 @@ CREATE TABLE `aqorders` ( -- information related to the basket line items
`gstrate` decimal(6,4) default NULL, -- the tax rate for this line item
`discount` float(6,4) default NULL, -- the discount for this line item
`budget_id` int(11) NOT NULL, -- the fund this order goes against (aqbudgets.budget_id)
`budgetgroup_id` int(11) NOT NULL, -- not used? always zero
`budgetdate` date default NULL, -- not used? always NULL
`sort1` varchar(80) default NULL, -- statistical field
`sort2` varchar(80) default NULL, -- second statistical field