src/EditProductTab2.cpp

changeset 429
4aac0b672667
parent 423
8cb46020796a
child 454
2dfead81c72f
--- a/src/EditProductTab2.cpp	Sat Oct 29 15:50:52 2022 +0200
+++ b/src/EditProductTab2.cpp	Sun Oct 30 16:43:22 2022 +0100
@@ -51,6 +51,7 @@
 
     /* Transfer */
     ui->topup_waterEdit->setValue(product->eq_top_up_water);
+    ui->vol_fermenterEdit->setValue((product->eq_batch_size / 1.04) - product->eq_trub_chiller_loss - product->eq_chiller_loss);
 }
 
 

mercurial