Browse Source

Fix decaf validation during purchase

Neal Wilson 6 years ago
parent
commit
475ee6705e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/Windows/purchase.xml

+ 1
- 1
config/Windows/purchase.xml View File

234
                         return false;
234
                         return false;
235
                     }
235
                     }
236
                     if(findChildObject(form.elementAt(i), 'isDecaf').checked) {
236
                     if(findChildObject(form.elementAt(i), 'isDecaf').checked) {
237
-                        if(findChildObject(form.elementAt(i), 'decafEntry').currentText) {
237
+                        if(findChildObject(form.elementAt(i), 'decafMethod').text == '') {
238
                             displayError(TTR("purchase", "Missing Input"),
238
                             displayError(TTR("purchase", "Missing Input"),
239
                                          TTR("purchase", "Decaffeination method is a required field for decaffeinated coffees."));
239
                                          TTR("purchase", "Decaffeination method is a required field for decaffeinated coffees."));
240
                             return false;
240
                             return false;

Loading…
Cancel
Save