We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3de55c commit e7ebd39Copy full SHA for e7ebd39
myaccount/tpl/support.tpl.php
@@ -120,7 +120,7 @@
120
121
<div class="portlet-title">
122
<div class="caption">';
123
- if ((!empty($mythirdpartyaccount->tva_assuj) && empty($mythirdpartyaccount->tva_intra))
+ if ((!empty($mythirdpartyaccount->tva_assuj) && empty($mythirdpartyaccount->tva_intra) && !getDolGlobalString('SELLYOURSAAS_ENABLE_FREE_PAYMENT_MODE'))
124
|| empty($mythirdpartyaccount->array_options['options_firstname'])
125
|| empty($mythirdpartyaccount->array_options['options_lastname'])) {
126
print '<br>';
0 commit comments