mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-07 15:23:50 -04:00
Add option to show total discounts on receipt
This commit is contained in:
@@ -66,7 +66,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('print_bottom_margin', '0'),
|
||||
('print_right_margin', '0'),
|
||||
('default_sales_discount', '0'),
|
||||
('lines_per_page', '25');
|
||||
('lines_per_page', '25'),
|
||||
('show_total_discount', '1');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user