From 569bf4db690f8c67e2a8687b0e9e480cf66518b4 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sat, 19 Sep 2015 17:52:14 +0100 Subject: [PATCH] #111 Change databse.sql barcode defaults --- database/database.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'),