mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-20 11:52:56 -04:00
Provide a way to enter a line total and have the quantity sold automatically calculated.
This commit is contained in:
4
application/migrations/sqlscripts/3.2.0_to_3.3.0.sql
Normal file
4
application/migrations/sqlscripts/3.2.0_to_3.3.0.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Add new config option to allow derive sale quantity feature
|
||||
|
||||
INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('derive_sale_quantity', '0');
|
||||
Reference in New Issue
Block a user