Explorar el Código

Fix bug in new sample batch window

Neal Wilson hace 8 años
padre
commit
e512d86937
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config/Windows/newsamplebatch.xml

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

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

Loading…
Cancelar
Guardar