diff --git a/database/database.sql b/database/database.sql index 9d0cbbd95..74ece2b57 100644 --- a/database/database.sql +++ b/database/database.sql @@ -43,7 +43,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('invoice_default_comments', 'This is a default comment'), ('company_logo', ''), ('barcode_content', 'id'), -('barcode_type', 'id'), +('barcode_type', 'Code39'), ('barcode_width', '250'), ('barcode_height', '50'), ('barcode_quality', '100'), @@ -51,7 +51,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('barcode_font_size', '10'), ('barcode_first_row', 'category'), ('barcode_second_row', 'item_code'), -('barcode_third_row', 'cost_price'), +('barcode_third_row', 'unit_price'), ('barcode_num_in_row', '2'), ('barcode_page_width', '100'), ('barcode_page_cellspacing', '20'),