From 83bfa252acd8a9eeac006062c15c5c2db79d75e0 Mon Sep 17 00:00:00 2001 From: Austin Lakeman Date: Wed, 24 Apr 2019 18:42:50 +0000 Subject: [PATCH] Fix "Save Log in SQL": add option values. (cherry picked from commit a33654dcf9fed34547bbab3cebf5e5a0524840b7) --- definitions/en_CA.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/definitions/en_CA.js b/definitions/en_CA.js index d5e6b2cd..bc9e4f49 100644 --- a/definitions/en_CA.js +++ b/definitions/en_CA.js @@ -3525,10 +3525,12 @@ module.exports = function(s,config,lang){ "possible": [ { "name": "No", + "value": "0", "info": "No is the default." }, { "name": "Yes", + "value": "1", "info": "Do this if you are having recurring issues only." } ]