Merge pull request #23155 from frederic34/patch-8

NEW use more recent model by default
This commit is contained in:
Laurent Destailleur 2022-12-17 01:47:15 +01:00 committed by GitHub
commit 8d74aa1cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ class modFacture extends DolibarrModules
$this->const[$r][0] = "FACTURE_ADDON_PDF";
$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][4] = 0;
$r++;

View File

@ -78,7 +78,7 @@ class modPropale extends DolibarrModules
$this->const[$r][0] = "PROPALE_ADDON_PDF";
$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][4] = 0;
$r++;