Ver código fonte

Fix bug in new sample batch window

Neal Wilson 10 anos atrás
pai
commit
e512d86937
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      config/Windows/newsamplebatch.xml

+ 1
- 1
config/Windows/newsamplebatch.xml Ver arquivo

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() {

Carregando…
Cancelar
Salvar