Extend alternate item description to 255 characters.

This commit is contained in:
Steve Ireland
2017-07-09 15:18:30 -04:00
committed by FrancescoUK
parent 3f0a53933c
commit cb31ebb06e
8 changed files with 206 additions and 172 deletions

View File

@@ -562,7 +562,7 @@ CREATE TABLE `ospos_sales` (
CREATE TABLE `ospos_sales_items` (
`sale_id` int(10) NOT NULL DEFAULT '0',
`item_id` int(10) NOT NULL DEFAULT '0',
`description` varchar(30) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`serialnumber` varchar(30) DEFAULT NULL,
`line` int(3) NOT NULL DEFAULT '0',
`quantity_purchased` decimal(15,3) NOT NULL DEFAULT '0',