Add option to show total discounts on receipt

This commit is contained in:
jekkos-t520
2015-03-05 08:28:58 +01:00
parent e0fd35220e
commit 0e357f14f6
19 changed files with 248 additions and 196 deletions

View File

@@ -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');
-- --------------------------------------------------------