[FIX] removed calc
This commit is contained in:
parent
75945eb5b0
commit
e03010b56e
@ -90,7 +90,7 @@
|
||||
Please note: a {if $GLOBAL.config.txfee_manual > 0.00001}{$GLOBAL.config.txfee_manual}{else}{$GLOBAL.config.txfee_manual|number_format:"8"}{/if} {$GLOBAL.config.currency} transaction will apply when processing "On-Demand" manual payments <span id="tt"><img width="15px" height="15px" title="This {if $GLOBAL.config.txfee_manual > 0.00001}{$GLOBAL.config.txfee_manual}{else}{$GLOBAL.config.txfee_manual|number_format:"8"}{/if} manual payment transaction fee is a network fee and goes back into the network not the pool." src="site_assets/mpos/images/questionmark.png"></span>
|
||||
</p>
|
||||
<p style="padding-left:3px; padding-redight:30px; font-size:10px;">
|
||||
Minimum Cashout: {$GLOBAL.config.mp_threshold + $GLOBAL.config.txfee_manual} {$GLOBAL.config.currency}
|
||||
Minimum Cashout: {$GLOBAL.config.mp_threshold} {$GLOBAL.config.currency}
|
||||
</p>
|
||||
<fieldset>
|
||||
<label>Account Balance</label>
|
||||
@ -112,7 +112,7 @@
|
||||
<input type="hidden" name="ctoken" value="{$CTOKEN|escape|default:""}" />
|
||||
<input type="hidden" name="utype" value="withdraw_funds">
|
||||
{if $GLOBAL.twofactor.enabled && $GLOBAL.twofactor.options.withdraw}
|
||||
{if ($GLOBAL.userdata.balance.confirmed|escape + $GLOBAL.config.txfee_manual) < ($GLOBAL.config.mp_threshold + $GLOBAL.config.txfee_manual)}
|
||||
{if $GLOBAL.userdata.balance.confirmed|escape < $GLOBAL.config.mp_threshold}
|
||||
<input type="submit" value="Unlock" class="alt_btn" name="unlock" disabled>
|
||||
{elseif $WITHDRAWSENT == 1 && $WITHDRAWUNLOCKED == 1}
|
||||
<input type="submit" value="Cash Out" class="alt_btn">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user