From aa346cbb3f659701f8ca083a19af9f9a661884c6 Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Mon, 11 Sep 2017 17:07:03 +0400 Subject: [PATCH] Add support for custom search suggestion format --- database/tables.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/database/tables.sql b/database/tables.sql index 58c70eba5..5d60a9bbf 100644 --- a/database/tables.sql +++ b/database/tables.sql @@ -114,7 +114,10 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('receiving_calculate_average_price', '0'), ('work_order_enable', '0'), ('work_order_format', 'W%y{WSEQ:6}'), -('last_used_work_order_number', '0'); +('last_used_work_order_number', '0'), +('suggestions_first_column', 'name'), +('suggestions_second_column', ''), +('suggestions_third_column', '');