removed hardcoded values
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<th>{ts}Amount Awarded{/ts}</th>
|
||||
<th>{ts}Amound Remaining{/ts}</th>
|
||||
</thead>
|
||||
{crmAPI var='result' entity='GrantBudget' action='getbudget' fiscal_year=2018}
|
||||
{crmAPI var='result' entity='GrantBudget' action='getbudget' fiscal_year=$fiscalYear}
|
||||
{foreach from=$result.values item=row}
|
||||
<tr id="GrantBudget-{$row.id}" class="crm-entity {cycle values="odd-row,even-row"}">
|
||||
<td>{$row.name}</td>
|
||||
|
Reference in New Issue
Block a user