Skip to content

Commit 97f3fab

Browse files
authored
Merge pull request #2111 from NREL/patch
Final patch to develop for 2025.4.16
2 parents a667b8b + bb03a6b commit 97f3fab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deploy/runtime/ui/PV Battery Capital Costs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9562,8 +9562,7 @@
95629562
"};",
95639563
"",
95649564
"equations{ 'modulearray_area' } = define() {",
9565-
"\tif ( technology() == 'PVWatts Battery' ) {return 0;}",
9566-
"\telse {return ${total_module_area};}",
9565+
"\treturn ${total_module_area};",
95679566
"};",
95689567
"",
95699568
"equations{ 'total_indirect_cost' } = define() {",

0 commit comments

Comments
 (0)