Browse Source

Fix bug in new sample batch window

Neal Wilson 8 years ago
parent
commit
e512d86937
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/Windows/newsamplebatch.xml

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

279
                                 TTR("sampleRoastingBatch", "Entered green coffee weight exceeds maximum batch size. Continue?"));
279
                                 TTR("sampleRoastingBatch", "Entered green coffee weight exceeds maximum batch size. Continue?"));
280
                             }
280
                             }
281
                             if(proceed) {
281
                             if(proceed) {
282
-                                doLoadProfile();
282
+                                doSubmit();
283
                             }
283
                             }
284
                         });
284
                         });
285
                         var doSubmit = function() {
285
                         var doSubmit = function() {

Loading…
Cancel
Save