mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 12:57:32 -04:00
Show item number in order report
Conflicts: application/controllers/reports.php database/database.sql
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user