mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2024-11-10 09:12:51 +08: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>
|
<td>{$unpaid['routers']}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-footer p-2">
|
<div class="box-footer p-2">
|
||||||
<div class="btn-group btn-group-justified mb15">
|
<div class="btn-group btn-group-justified mb15">
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="box box-info box-solid">
|
<div class="box box-info box-solid">
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/if}
|
{/if}
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{if $abills && count($abills)>0}
|
{if $abills && count($abills)>0}
|
||||||
<div class="box-header">
|
<div class="box-header">
|
||||||
|
|
Loading…
Reference in a new issue