Update mod_facture_terre.php

This commit is contained in:
Frédéric FRANCE 2021-03-30 18:35:46 +02:00 committed by GitHub
parent a9e720eec3
commit 4c874ddf15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@ class mod_facture_terre extends ModeleNumRefFactures
*/
public function __construct()
{
global $conf;
if (!empty($conf->global->INVOICE_NUMBERING_TERRE_FORCE_PREFIX)) {
$this->prefixinvoice = $conf->global->INVOICE_NUMBERING_TERRE_FORCE_PREFIX;
}