瀏覽代碼

Fix bug in new sample batch window

Neal Wilson 8 年之前
父節點
當前提交
e512d86937
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      config/Windows/newsamplebatch.xml

+ 1
- 1
config/Windows/newsamplebatch.xml 查看文件

@@ -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…
取消
儲存