set the correct default barcode font size (#116)

This commit is contained in:
FrancescoUK
2016-03-09 16:53:17 +00:00
parent 1f1b9c47ec
commit 2a679ca2eb

View File

@@ -34,7 +34,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('barcode_height', '50'),
('barcode_quality', '100'),
('barcode_font', 'Arial'),
('barcode_font_size', '10'),
('barcode_font_size', '12'),
('barcode_first_row', 'category'),
('barcode_second_row', 'item_code'),
('barcode_third_row', 'unit_price'),