Fix item quantity after edit

This commit is contained in:
jekkos-t520 committed 2014-11-26 08:10:15 +01:00
1 parent 5f3a81ee5c
commit 99a804c1ac
2 files changed
+8 -2

No files matched your search

+2 -1
View File
@@ -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`;