We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41f7b6 commit 653bf94Copy full SHA for 653bf94
app/models/qernel/node_api/capacity_production.rb
@@ -55,6 +55,9 @@ def input_of_bio_resources
55
input_of_bio_oil +
56
input_of_biodiesel +
57
input_of_bio_ethanol +
58
+ input_of_biomethanol +
59
+ input_of_bionaphtha +
60
+ input_of_bio_pyrolysis_oil +
61
input_of_biogas +
62
input_of_greengas +
63
input_of_network_gas +
@@ -73,7 +76,10 @@ def input_of_bio_fuels
73
76
input_of_bio_kerosene +
74
77
75
78
input_of_bio_lng +
- input_of_bio_ethanol
79
+ input_of_bio_ethanol +
80
81
82
+ input_of_bio_pyrolysis_oil
83
end
84
85
0 commit comments