FIX stickler-ci

This commit is contained in:
VESSILLER 2022-12-13 18:13:24 +01:00
parent 787618d9d6
commit fb16a97d6d

View File

@ -860,7 +860,7 @@ if ($action == 'export_file') {
}
// add documents in an archive for accountancy export (Quadratus)
if(getDolGlobalString('ACCOUNTING_EXPORT_MODELCSV') == AccountancyExport::$EXPORT_TYPE_QUADRATUS) {
if (getDolGlobalString('ACCOUNTING_EXPORT_MODELCSV') == AccountancyExport::$EXPORT_TYPE_QUADRATUS) {
$form_question['notifiedexportfull'] = array(
'name' => 'notifiedexportfull',
'type' => 'checkbox',