Lines 177-186
$(document).ready(function() {
Link Here
|
177 |
[% END %] |
177 |
[% END %] |
178 |
</td> |
178 |
</td> |
179 |
<td>[% loop_budge.budget_branchname %]</td> |
179 |
<td>[% loop_budge.budget_branchname %]</td> |
180 |
<td class="data">[% loop_budge.budget_amount %]</td> |
180 |
<td class="data"><span title="[% loop_budge.budget_amount %]">[% loop_budge.formatted_budget_amount %]</span></td> |
181 |
<td class="data"><a href="ordered.pl?fund=[% loop_budge.budget_id %]&fund_code=[% loop_budge.budget_code %]">[% loop_budge.budget_ordered %]</a></td> |
181 |
<td class="data"><span title="[% loop_budge.budget_ordered %]"><a href="ordered.pl?fund=[% loop_budge.budget_id %]&fund_code=[% loop_budge.budget_code %]">[% loop_budge.formatted_budget_ordered %]</a></span></td> |
182 |
<td class="data"><a href="spent.pl?fund=[% loop_budge.budget_id %]&fund_code=[% loop_budge.budget_code %]">[% loop_budge.budget_spent %]</a></td> |
182 |
<td class="data"><span title="[% loop_budge.budget_spent %]"><a href="spent.pl?fund=[% loop_budge.budget_id %]&fund_code=[% loop_budge.budget_code %]">[% loop_budge.formatted_budget_spent %]</span></a></td> |
183 |
<td class="data">[% loop_budge.budget_avail %]</td> |
183 |
<td class="data"><span title="[% loop_budge.budget_avail %]">[% loop_budge.formatted_budget_avail %]</td> |
184 |
</tr> |
184 |
</tr> |
185 |
[% END %] |
185 |
[% END %] |
186 |
[% END %] |
186 |
[% END %] |
187 |
- |
|
|