fix allow_balance_transfer in customer home

This commit is contained in:
Ibnu Maksum 2023-08-28 09:46:19 +07:00
parent b4f5cf8954
commit 3b4e3c7789
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -138,7 +138,7 @@
}, 2000); }, 2000);
</script> </script>
{/if} {/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 box-primary box-solid mb30">
<div class="box-header"> <div class="box-header">
<h4 class="box-title">{Lang::T("Transfer Balance")}</h4> <h4 class="box-title">{Lang::T("Transfer Balance")}</h4>