first steps toward supporting lock and note

This commit is contained in:
2019-08-19 17:16:11 -04:00
parent 3534930f22
commit b27c080d18
3 changed files with 10 additions and 7 deletions

View File

@ -10,6 +10,8 @@
<th>{ts}Annual Budget{/ts}</th>
<th>{ts}Amount Awarded{/ts}</th>
<th>{ts}Amount Remaining{/ts}</th>
<th>{ts}Locked?{/ts}</th>
<th>{ts}Note{/ts}</th>
</thead>
{crmAPI var='result' entity='GrantBudget' action='getbudget' fiscal_year=$fiscalYear}
{crmAPI var='totals' entity='GrantBudget' action='getbudget' fiscal_year=$fiscalYear return_totals=1}