Show item number in order report

Conflicts:

	application/controllers/reports.php
	database/database.sql
This commit is contained in:
jekkos
2015-04-16 08:31:41 +02:00
parent 7a9590359e
commit 54855849b3
3 changed files with 3 additions and 4 deletions

View File

@@ -168,7 +168,6 @@ CREATE TABLE `ospos_inventory` (
CREATE TABLE `ospos_items` (
`name` varchar(255) NOT NULL,
`category` varchar(255) NOT NULL,
`supplier_id` int(11) DEFAULT NULL,
`item_number` varchar(255) DEFAULT NULL,
`description` varchar(255) NOT NULL,