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 e7ebd39 commit 0a9cc08Copy full SHA for 0a9cc08
myaccount/tpl/dashboard.tpl.php
@@ -167,7 +167,7 @@
167
if (empty($mythirdpartyaccount->array_options['options_lastname'])) {
168
$missing++;
169
}
170
- if ($mythirdpartyaccount->tva_assuj && empty($mythirdpartyaccount->tva_intra)) {
+ if ($mythirdpartyaccount->tva_assuj && empty($mythirdpartyaccount->tva_intra) && !getDolGlobalString('SELLYOURSAAS_ENABLE_FREE_PAYMENT_MODE')) {
171
172
173
0 commit comments