mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 17:24:41 +02:00
fix allow_balance_transfer in customer home
This commit is contained in:
parent
b4f5cf8954
commit
3b4e3c7789
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
|||
}, 2000);
|
||||
</script>
|
||||
{/if}
|
||||
{if $_c['enable_balance'] == 'yes'}
|
||||
{if $_c['enable_balance'] == 'yes' && $_c['allow_balance_transfer'] == 'yes'}
|
||||
<div class="box box-primary box-solid mb30">
|
||||
<div class="box-header">
|
||||
<h4 class="box-title">{Lang::T("Transfer Balance")}</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue