mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-15 11:14:00 -04:00
Add lines per page option
Add default sales discount option Fix supplier pagination
This commit is contained in:
@@ -64,7 +64,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('print_top_margin', '0'),
|
||||
('print_left_margin', '0'),
|
||||
('print_bottom_margin', '0'),
|
||||
('print_right_margin', '0');
|
||||
('print_right_margin', '0'),
|
||||
('default_sales_discount', '0'),
|
||||
('lines_per_page', '25');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user