Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 1, 2019
1 parent 9a35141 commit 372bd3b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,13 @@
</p>
<p>
<div>
{if $remaintoreceive > 0 && $showremaintoreceive}
{if $showremaintoreceive}
<p>
<div>{l s='Minimum amount to claim payments for your country' mod='blockmysales'} (<strong>{$country}</strong>): <strong>{$minamount}</strong>&#8364;</div>
<div>{l s='Charge for change for your currency' mod='blockmysales'} (<strong>{$country}</strong>): <strong>{if $iscee}{l s='Free' mod='blockmysales'}{else}{l s='depends on your bank' mod='blockmysales'}{/if}</strong></div>
</p>
{/if}
{if $remaintoreceive > 0 && $showremaintoreceive}
<p>
{if $customer_id != 'all'}
<div>{l s='You can claim remained amount to pay by sending an invoice to' mod='blockmysales'} <b>Association Dolibarr, France</b>,</div>
Expand Down

0 comments on commit 372bd3b

Please sign in to comment.