mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-08-07 04:23:17 -04:00
Fix item quantity after edit
This commit is contained in:
1 parent
5f3a81ee5c
commit
99a804c1ac
2 files changed
+8
-2
No files matched your search
@@ -103,4 +103,5 @@ ALTER TABLE `ospos_sales_suspended`
|
||||
|
||||
-- add invoice_number column to receivings table
|
||||
ALTER TABLE `ospos_items`
|
||||
ADD COLUMN `receiving_quantity` int(11) DEFAULT '1';
|
||||
ADD COLUMN `receiving_quantity` int(11) DEFAULT '1',
|
||||
DROP COLUMN `quantity`;
|
||||
Reference in new issue
Block a user