src/EditProductExport.cpp

changeset 440
349c0c5bd512
parent 402
3af1d728b02f
child 521
5fbe71d69fe5
--- a/src/EditProductExport.cpp	Wed Nov 16 17:26:27 2022 +0100
+++ b/src/EditProductExport.cpp	Thu Nov 17 17:23:54 2022 +0100
@@ -478,7 +478,8 @@
         double ibu = Utils::toIBU(product->hops.at(i).useat, product->hops.at(i).form, product->preboil_sg, product->est_og3, product->batch_size,
                         product->hops.at(i).amount, product->hops.at(i).time, product->hops.at(i).alpha, product->ibu_method,
                         product->brew_whirlpool9, product->brew_whirlpool7, product->brew_whirlpool6, product->boil_time,
-			product->brew_cooling_method, 0, 0, product->hops.at(i).utilisation, product->hops.at(i).bu_factor);
+			product->brew_cooling_method, product->eq_chiller_to79, product->eq_chiller_lpm,
+			product->hops.at(i).utilisation, product->hops.at(i).bu_factor);
         memo.append("[row][data]" + product->hops.at(i).name + " (" + product->hops.at(i).origin + ")[/data]");
         memo.append("[data]" + QCoreApplication::translate("HopForm", g_hop_forms[product->hops.at(i).form]) + "[/data]");
         memo.append("[data]" + QString::number(product->hops.at(i).alpha, 'f', 1) + "[/data]");

mercurial