Skip to content

Commit 156e98a

Browse files
committed
New curtailment callback for marine doesn't apply to merchant plant. Add logic to the callback to cover this case
1 parent 6493441 commit 156e98a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/runtime/ui/Financial Analysis Parameters.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,9 @@
632632
" txt = analysis_period_message();",
633633
" property('analysis_period_warning','caption',txt);\r",
634634
" change_tax_array_length();\r",
635-
" change_curtailment_price_length();\r",
635+
" if ( financing() != 'Merchant Plant') {\r",
636+
"\tchange_curtailment_price_length();\r",
637+
" }\r",
636638
" change_depreciation_length();",
637639
"};",
638640
""

0 commit comments

Comments
 (0)