Skip to content
Snippets Groups Projects
Commit c4a064d1 authored by Philippe Grand's avatar Philippe Grand
Browse files

fix: Undefined property: mod_codeclient_monkey::$prefixIsRequired

parent 1d52d50a
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ class mod_codeclient_monkey extends ModeleThirdPartyCode
var $prefixcustomer='CU';
var $prefixsupplier='SU';
var $prefixIsRequired; // Le champ prefix du tiers doit etre renseigne quand on utilise {pre}
/**
......@@ -57,6 +58,7 @@ class mod_codeclient_monkey extends ModeleThirdPartyCode
$this->code_modifiable_invalide = 1;
$this->code_modifiable_null = 1;
$this->code_auto = 1;
$this->prefixIsRequired = 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment