ソースを参照

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

読み込み中…
キャンセル
保存