Commit 09fda302 authored by Frank Bergmann's avatar Frank Bergmann

Fixed error message with no financial items

parent 376ebc37
...@@ -1749,7 +1749,7 @@ ad_proc im_costs_project_finance_component { ...@@ -1749,7 +1749,7 @@ ad_proc im_costs_project_finance_component {
if {$ctr == 1} { if {$ctr == 1} {
append cost_html " append cost_html "
<tr class=\"$bgcolor([expr {$ctr % 2}])\"> <tr class=\"$bgcolor([expr {$ctr % 2}])\">
<td colspan=$colspan align=center> <td colspan=99 align=center>
<I>[_ intranet-cost.lt_No_financial_document]</I> <I>[_ intranet-cost.lt_No_financial_document]</I>
</td> </td>
</tr>\n" </tr>\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment