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:
parent
3d55706b3b
commit
ae289d95d7
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue