Skip to content
Snippets Groups Projects
Commit 90aec986 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 27/05/2021: budgets: bugfix in Les_diachro_common_intern: ytitle was...

Philippe 27/05/2021: budgets: bugfix in Les_diachro_common_intern: ytitle was not correct due to missing trim
and therefore budgets with hsuffixes were overwritten
parent 81bc2a0a
No related branches found
No related tags found
No related merge requests found
......@@ -1018,7 +1018,7 @@ iresp = 0
if ( oavg ) call Les_time_avg_4d( zfield, tzdates, iresp )
if ( Present( hsuffixes ) ) then
ytitle(:) = tpfield%cmnhname // hsuffixes(:)
ytitle(:) = Trim( tpfield%cmnhname ) // hsuffixes(:)
else
ytitle(:) = tpfield%cmnhname
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment