diff -r 2f3cfb983fcc -r b9af88bfe972 src/EditProductExport.cpp --- a/src/EditProductExport.cpp Thu Jul 07 14:17:53 2022 +0200 +++ b/src/EditProductExport.cpp Thu Jul 07 14:57:24 2022 +0200 @@ -456,7 +456,8 @@ for (int i = 0; i < product->hops.size(); i++) { double ibu = Utils::toIBU(product->hops.at(i).useat, product->hops.at(i).form, product->preboil_sg, 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_whirlpool9, product->brew_whirlpool7, product->brew_whirlpool6, product->boil_time, + product->brew_cooling_method, 0, 0); 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]");