From a33654dcf9fed34547bbab3cebf5e5a0524840b7 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. --- definitions/en_CA.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/definitions/en_CA.js b/definitions/en_CA.js index 800aa84f..dcc9a207 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." } ]