Ver código fonte

Fix bug in new sample batch window

Neal Wilson 8 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,7 +279,7 @@
279 279
                                 TTR("sampleRoastingBatch", "Entered green coffee weight exceeds maximum batch size. Continue?"));
280 280
                             }
281 281
                             if(proceed) {
282
-                                doLoadProfile();
282
+                                doSubmit();
283 283
                             }
284 284
                         });
285 285
                         var doSubmit = function() {

Carregando…
Cancelar
Salvar