<script type='dojo/connect' event='onShow'>loadDebitGrid();</script>
<div dojoType="dijit.layout.ContentPane" layoutAlign="top" style='height:600px;'>
+ <button dojoType="dijit.form.Button" onClick="fundDebitGrid.refresh();">Refresh Grid</button>
<div dojoType="dijit.layout.ContentPane" layoutAlign="client">
<table
</div>
<div id="acq-unified-results-invoice" class="hidden">
<div class="acq-unified-result-specific-controls">
+ <button onclick="dijit.byId('acq-unified-inv-grid').refresh();">
+ Refresh Grid
+ </button>
<button onclick="printInvoiceVouchers();">
Print Selected Invoices
</button>
<thead>
<tr>
<th field="inv_ident" get="getInvIdent"
- formatter="formatInvIdent">Vendor Invoice ID</th>
+ formatter="formatInvIdent"></th>
</tr>
</thead>
</table>