mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-16 21:14:23 +02:00
fix pending transaction in customer dashboard
This commit is contained in:
parent
ae550df078
commit
22615eb278
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
<td>{$unpaid['routers']}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
</div>
|
||||
<div class="box-footer p-2">
|
||||
<div class="btn-group btn-group-justified mb15">
|
||||
|
@ -48,7 +48,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
<div class="box box-info box-solid">
|
||||
|
@ -111,7 +111,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
</table>
|
||||
</table>
|
||||
</div>
|
||||
{if $abills && count($abills)>0}
|
||||
<div class="box-header">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue