Config TTC/HT

This commit is contained in:
Noizette 2022-01-10 06:40:40 +01:00
parent 5de9d9fa97
commit af7b3a9eaf
5 changed files with 11 additions and 85 deletions

View file

@ -192,4 +192,10 @@ EOT
unset($data['date_echeance']);
$facture->edit($f->id, $data);
}
}
// 0.7.1 - Ajout clé config TTC/HT
if (version_compare($infos->version, '0.7.1', '<'))
{
$plugin->setConfig('ttc', false);
}