From 6f1da837237630334a5f94be09f1ee0ecdb22eaf Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Tue, 12 Sep 2017 12:38:26 +0400 Subject: [PATCH] misspelling --- database/3.1.1_to_3.2.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/3.1.1_to_3.2.0.sql b/database/3.1.1_to_3.2.0.sql index f92d5f2ca..8df7ae57b 100644 --- a/database/3.1.1_to_3.2.0.sql +++ b/database/3.1.1_to_3.2.0.sql @@ -86,4 +86,4 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES -- Add key->value to save setting for allowing duplicate barcodes INSERT INTO `ospos_app_config` (`key`, `value`) VALUES -('allow_duplicate_barcode',''); \ No newline at end of file +('allow_duplicate_barcodes', ''); \ No newline at end of file