Merge pull request #23155 from frederic34/patch-8
NEW use more recent model by default
This commit is contained in:
commit
8d74aa1cd3
@ -88,7 +88,7 @@ class modFacture extends DolibarrModules
|
|||||||
|
|
||||||
$this->const[$r][0] = "FACTURE_ADDON_PDF";
|
$this->const[$r][0] = "FACTURE_ADDON_PDF";
|
||||||
$this->const[$r][1] = "chaine";
|
$this->const[$r][1] = "chaine";
|
||||||
$this->const[$r][2] = "crabe";
|
$this->const[$r][2] = "sponge";
|
||||||
$this->const[$r][3] = 'Name of PDF model of invoice';
|
$this->const[$r][3] = 'Name of PDF model of invoice';
|
||||||
$this->const[$r][4] = 0;
|
$this->const[$r][4] = 0;
|
||||||
$r++;
|
$r++;
|
||||||
|
|||||||
@ -78,7 +78,7 @@ class modPropale extends DolibarrModules
|
|||||||
|
|
||||||
$this->const[$r][0] = "PROPALE_ADDON_PDF";
|
$this->const[$r][0] = "PROPALE_ADDON_PDF";
|
||||||
$this->const[$r][1] = "chaine";
|
$this->const[$r][1] = "chaine";
|
||||||
$this->const[$r][2] = "azur";
|
$this->const[$r][2] = "cyan";
|
||||||
$this->const[$r][3] = 'Name of the proposal generation manager in PDF format';
|
$this->const[$r][3] = 'Name of the proposal generation manager in PDF format';
|
||||||
$this->const[$r][4] = 0;
|
$this->const[$r][4] = 0;
|
||||||
$r++;
|
$r++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user