FIX change getEntity doc and changelog
This commit is contained in:
parent
a0709895c5
commit
2350908d4e
@ -19,6 +19,7 @@ NEW: Compatibility with PHP 7.3
|
|||||||
For developers:
|
For developers:
|
||||||
* Code changes to be more compatible with PSR2
|
* Code changes to be more compatible with PSR2
|
||||||
* Removed trigger USER_LOGOUT, USER_LOGIN, USER_LOGIN_FAILED (Some hooks are already dedicated for that)
|
* Removed trigger USER_LOGOUT, USER_LOGIN, USER_LOGIN_FAILED (Some hooks are already dedicated for that)
|
||||||
|
* Change getEntity('invoice') instead getEntity('facture')
|
||||||
|
|
||||||
WARNING:
|
WARNING:
|
||||||
|
|
||||||
|
|||||||
@ -107,7 +107,7 @@ function getDoliDBInstance($type, $host, $user, $pass, $name, $port)
|
|||||||
* @param string $element Current element
|
* @param string $element Current element
|
||||||
* 'societe', 'socpeople', 'actioncomm', 'agenda', 'resource',
|
* 'societe', 'socpeople', 'actioncomm', 'agenda', 'resource',
|
||||||
* 'product', 'productprice', 'stock',
|
* 'product', 'productprice', 'stock',
|
||||||
* 'propal', 'supplier_proposal', 'facture', 'facture_fourn', 'payment_various',
|
* 'propal', 'supplier_proposal', 'invoice', 'facture_fourn', 'payment_various',
|
||||||
* 'categorie', 'bank_account', 'bank_account', 'adherent', 'user',
|
* 'categorie', 'bank_account', 'bank_account', 'adherent', 'user',
|
||||||
* 'commande', 'commande_fournisseur', 'expedition', 'intervention', 'survey',
|
* 'commande', 'commande_fournisseur', 'expedition', 'intervention', 'survey',
|
||||||
* 'contract', 'tax', 'expensereport', 'holiday', 'multicurrency', 'project',
|
* 'contract', 'tax', 'expensereport', 'holiday', 'multicurrency', 'project',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user